row_to_colnames.Rd
Takes a row of data and uses it to replace the column names.
row_to_colnames(df, row = 1)
A data frame.
Row number to convert to the column names, default is the first row.