View source: R/split_colnames.R
split_colnames | R Documentation |
Splits column names into two rows. The first row are the new column names, the second are the first row of the data.
split_colnames(df, sep = "_")
df |
A data frame. |
sep |
Separator between column names and first row. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.