remove setwd from r scripts

This commit is contained in:
Stephen Turner
2016-06-03 13:49:01 -04:00
parent 6f96143834
commit be69ebed4a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Nutrition Sutides P-hacking
# Andrew Flowers <andrew.flowers@fivethirtyeight.com>
setwd("~/data/nutrition-studies/")
require(readr)
require(plyr)

View File

@@ -1,7 +1,7 @@
# Andrew Flowers <andrew.flowers@fivethirtyeight.com>
# Nov 13, 2015
setwd("~/data/terrorism/") # Change according to one's directory structure
require(readr)
require(dplyr)

View File

@@ -2,7 +2,7 @@
# June 10, 2015
# Andrew <andrew.flowers@fivethirtyeight.com>
setwd("~/data/unisex-names") # Change for your machine
require(dplyr)
require(babynames)