To change where R exports files, use setwd() to change the current working directory first: bit.ly/FO6A1a #rstats
3
4
7
Replying to @RLangTip
For Pete's sake: Use a path in the filename argument! MT @RLangTip To change where R exports files, use setwd() to change ...

Apr 8, 2015 · 4:13 PM UTC

2
3
10
Replying to @eddelbuettel
@eddelbuettel @RLangTip yeah, this one is off the mark. Just because something has a particular effect doesn't make it a good way to do it
Replying to @eddelbuettel
@eddelbuettel @RLangTip Yes! Minor variant: set a path variable and paste0(). setwd() introduces dependency and goes wrong way too often.
1