Description Usage Arguments Value Author(s) Source
Faster implementation of unnest applicable only when the nested column is a vector (i.e. not a table or dataframe).
1 | unnest_col(x, col)
|
x |
tibble. database with a column to unnest. |
col |
character. Name of the column to unnest. |
A dataframe where all variables are discrete.
Nicolas Mangin
https://stackoverflow.com/questions/40420597/r-flatten-nested-data-table/40420690#40420690
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.