unlistDataFrame: unlistDataFrame

Description Usage Arguments Details Value Author(s) References Examples

Description

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

Usage

1
unlistDataFrame(dataframe)

Arguments

dataframe

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

Details

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

Value

returns a data.frame

Author(s)

Tanya Cashorali

References

http://developer.zendesk.com/documentation/rest_api/tickets.html

Examples

1
2
3
4
5
6
## Not run: 

## This requires Zendesk authentication
unlistDataFrame(dataframe)

## End(Not run)

tcash21/zendeskR documentation built on May 31, 2019, 7:28 a.m.