Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active November 14, 2017 09:44
Show Gist options
  • Save verajosemanuel/e135feeb12e4e3a57babe627e3144413 to your computer and use it in GitHub Desktop.
Save verajosemanuel/e135feeb12e4e3a57babe627e3144413 to your computer and use it in GitHub Desktop.
#rows names to columns in #R #df #wrangling
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