View source: R/features_to_long.R
features_to_long | R Documentation |
Convenience wrapper function for pivot_longer to to pivot a data.frame with one column per feature into its long form.
features_to_long(df, features)
df |
data.frame |
features |
vector containing column names storing features, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.