R/utilities.R
fix_data_frame.Rd
Ensure an object is a data frame, with rownames moved into a column
fix_data_frame(x, newnames = NULL, newcol = "term")
x | a data.frame or matrix |
---|---|
newnames | new column names, not including the rownames |
newcol | the name of the new rownames column |
a data.frame, with rownames moved into a column and new column names assigned