Is there a way to do it?

For example I tried this:

args<-commandArgs()
fname <- args[6]."-".args[9]

# then I would like to create a file
# using the above created name

postscript(filename=fname)
dev.off()

But  that concatenation doesn't seem to do it.


-- 
Gundala Viswanath

______________________________________________
[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.

Reply via email to