unnest_col {salesforcer} | R Documentation |
Flatten list column
Description
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.
Usage
unnest_col(df, col)
Arguments
df |
|
col |
|
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.2 Index]