Skip to content

Instantly share code, notes, and snippets.

@citizenrich
Created May 14, 2015 23:04
Show Gist options
  • Save citizenrich/5a1ac1292fce4b3439c5 to your computer and use it in GitHub Desktop.
Save citizenrich/5a1ac1292fce4b3439c5 to your computer and use it in GitHub Desktop.
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