split_colnames: Tools for working with column names

View source: R/split_colnames.R

split_colnamesR Documentation

Tools for working with column names

Description

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.


EstherHerbert/Useful.functions documentation built on Jan. 31, 2025, 10:41 a.m.