Skip to content

Instantly share code, notes, and snippets.

@LetticiaNicoli
Last active April 25, 2019 01:40
Show Gist options
  • Save LetticiaNicoli/48ea49be31e0f9c586eb667188a462fb to your computer and use it in GitHub Desktop.
Save LetticiaNicoli/48ea49be31e0f9c586eb667188a462fb to your computer and use it in GitHub Desktop.
R - Save Data Variables
a <- "1" -> b
c <- "2" -> d
e <- "3" -> f
g <- "4" -> h
i <- "5"
filepath <- choose.files()
save.image(filepath)
#Save file with .RData extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment