unlistDataframe {zendeskR} | R Documentation |
Utility function to unlist the columns of each data.frame where necessary.
unlistDataFrame(dataframe)
dataframe |
A data.frame containing columns of lists to be unlisted. |
This function will return a data.frame with the list type columns unlisted except where a column is a list of lists.
returns a data.frame
Tanya Cashorali
## Not run:
## This requires Zendesk authentication
unlistDataFrame(dataframe)
## End(Not run)