Is it possible to have variable driven csv file names? Such as:
ds.name<-"bob.csv"
write.table(
distribution.data,
file = "~//Documents/Research/Distribution Analysis/ds.name",
sep = ",",
col.names = FALSE,
qmethod = "double")
Steven Matthew Anderson
Anderson Research, LLC
Statistical Programming and Analysis
SAS (R) Certified Professional
[email protected]
Ad Astra per Aspera
שָׁלוֹם
______________________________________________
[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.