split_colnames.Rd
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 = "_")
A data frame.
Separator between column names and first row.