Description Usage Arguments Value
This function is for internal use in the package only. It takes a nested dataframe and recursively flattens the nested tables. It will ignore columns with names defined by the 'ignore' parameter.
1 | kobor_flatten(x, ignore = "^_")
|
x |
Dataframe to flatten |
ignore |
Regular expression to match columsn to ignore |
A flattened dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.