rownames_to_column | R Documentation |
internal version that doesn't require library(tibble)
rownames_to_column(
.data,
var = "rowname",
keep.rownames = FALSE,
asdf = as.data.frame,
as.data.frame = FALSE
)
.data |
a data frame/table |
a data frame/table with the rownames as an additional column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.