Hello,
I want to run the following commands as a script(.r or .bat) and save the
output in an external file through Windows OS.
data<-read.csv(file="wgatever.csv", head=TRUE, sep=",")
summary(data$SQFT)
hist(data$STAMP)
hist(data$STAMP, col='blue')
hist(data$SHIP, col='blue')
How could I do that? I have a great problem using the sink() function
because it produces empty file. Please help!
Gagan
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.