Skip to content

Instantly share code, notes, and snippets.

@andrewbtran
Created June 12, 2015 00:51
Show Gist options
  • Save andrewbtran/d1c6a2416bed501c1442 to your computer and use it in GitHub Desktop.
Save andrewbtran/d1c6a2416bed501c1442 to your computer and use it in GitHub Desktop.
set directory in r
# Example for a Mac
setwd(“~/Downloads”)
# Example for a PC
setwd(“C:/User/Downloads”)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment