merge_col_headers: A function to merge multi-row column headers into one row

Description Usage Arguments Examples

Description

Choose a first and last row, all rows between will be merged

Usage

1
merge_col_headers(df, first_row, last_row, fill_gaps_in_rows = NULL)

Arguments

df

a data.frame or tibble

first_row

the first row to merge

last_row

the last row to merge

fill_gaps_in_rows

indices of rows with missing values that you want filled.

Examples

1

BillyEhrenberg/FTutilityfuncs documentation built on March 5, 2020, 12:42 a.m.