Learn R Programming

zendeskR (version 0.4)

unlistDataframe: unlistDataFrame

Description

Utility function to unlist the columns of each data.frame where necessary.

Usage

unlistDataFrame(dataframe)

Arguments

dataframe
A data.frame containing columns of lists to be unlisted.

Value

returns a data.frame

Details

This function will return a data.frame with the list type columns unlisted except where a column is a list of lists.

Examples

Run this code
## Not run: 
#     ## This requires Zendesk authentication
#      unlistDataFrame(dataframe)
# ## End(Not run)

Run the code above in your browser using DataLab