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
adastr...@mac.com

Ad Astra per Aspera

שָׁלוֹם

______________________________________________
R-help@r-project.org 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.

Reply via email to