flatten_tbl_df {salesforcer} | R Documentation |
Flatten list and convert to tibble
Description
This function is a convenience function to handle deeply nested records usually returned by parsed JSON or XML that need to be converted into a data frame where each record represents a row in the data frame.
Usage
flatten_tbl_df(x)
Arguments
x |
|
Value
tbl_df
parsed from the flattened list.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]