unnest_col | R Documentation |
This function is a convenience function to handle a list column in a tbl_df
.
The column is unnested wide while preserving the row count.
unnest_col(df, col)
df |
|
col |
|
tbl_df
parsed from the flattened list.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.