Created
May 14, 2015 23:04
-
-
Save citizenrich/5a1ac1292fce4b3439c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "~/Dropbox/Data/temp/" | |
sysuse auto, clear | |
save "~/Dropbox/Data/temp/auto1.dta", replace | |
sysuse auto, clear | |
save "~/Dropbox/Data/temp/auto2.dta", replace | |
foreach file in auto1.dta auto2.dta { | |
rsource using summary.R, roptions(--vanilla --slave --args `file') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment