Created
May 14, 2015 23:05
-
-
Save citizenrich/03334620c48c6008f2c9 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
args<-commandArgs(TRUE) | |
setwd("~/Dropbox/Data/temp/") | |
library(readstata13) | |
dat <- read.dta13(paste(args,sep = "")) | |
summary(dat) | |
save.dta13(dat, file=paste(args, "results.dta",sep = "_")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment