Description Usage Arguments Details Value See Also Examples
Transform multiple JSON objects into a flattened data frame.
1 |
dat |
|
sep |
|
compact |
logical. Whether to generate the compact or completely expanded data frame. Defaults to |
The function flattens multiple JSON objects into a new data frame. The result contains multiple columns.
If compact=TRUE, it returns paths, values and index columns, otherwise level1, level2, ..., values and index.
The index column stores the id of each JSON object.
data frame. The flattened result.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.