powered by
Tools for working with row names
rownames_to_column(.data, var = "rowname")
A data.frame.
data.frame
character(1). The name of the column to use for row names.
character(1)
A data.frame
# NOT RUN { mtcars %>% rownames_to_column() # }
Run the code above in your browser using DataLab