Skip to contents

Splits column names into two rows. The first row are the new column names, the second are the first row of the data.

Usage

split_colnames(df, sep = "_")

Arguments

df

A data frame.

sep

Separator between column names and first row.