You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
values_to: A string giving the column name (or names) to store the unnested values in. If multiple columns are specified in col, this can also be a glue string containing "{col}" to provide a template for the column names. The default, NULL, gives the output columns the same names as the input columns.
Adapting the example from the documentation site, I get however an error.
Many thanks!
I am trying to unnest ("make longer") two columns at the same time ("in parallel").
The values of these columns should be unnested to two new columns.
The pertaining documentation reads as:
values_to: A string giving the column name (or names) to store the unnested values in. If multiple columns are specified in col, this can also be a glue string containing "{col}" to provide a template for the column names. The default, NULL, gives the output columns the same names as the input columns.
Adapting the example from the documentation site, I get however an error.
Many thanks!
The text was updated successfully, but these errors were encountered: