powered by
Take a data.frame/matrix and insert its column names as the first row of the resulting matrix.
column_names_to_row(df)
A matrix of the initial data.frame/matrix with its column names as the first row.
The data.frame/matrix.