Ensure an object is a data frame, with rownames moved into a column
This function is deprecated as of broom 0.7.0 and will be removed from
a future release. Please see tibble::as_tibble
.
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
Other deprecated:
bootstrap()
,
confint_tidy()
,
data.frame_tidiers
,
finish_glance()
,
summary_tidiers
,
tidy.density()
,
tidy.dist()
,
tidy.ftable()
,
tidy.numeric()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.