Description Usage Arguments Examples
Deprecated, use rownames_to_column
instead.
1 | add_rownames(df, var = "rowname")
|
df |
Input data frame with rownames. |
var |
Name of variable to use |
1 2 3 | mtcars %>% tbl_df()
mtcars %>% add_rownames()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.