Last active
November 14, 2017 09:44
-
-
Save verajosemanuel/e135feeb12e4e3a57babe627e3144413 to your computer and use it in GitHub Desktop.
#rows names to columns in #R #df #wrangling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tibble) | |
df <- rownames_to_column(df, var = "id") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment