Hi,
Please correct me if this request does not belong to this discussion forum.
Kindly suggest me if there is a way to create a new folder from R on
runtime?
for e.g.
>From one of my R script I want to store the PDF result file in a perticular
folder let say c:\tt
for that initially i am creating "tt" folder manually and using the
following command:
fname <- paste("C:/tt/result", strptime(Sys.time(),"%Y-%m-%d"),
".pdf", sep="")
pdf(file = fname, width = 13, height = 6)
---
---
blah
blah
---
---
dev.off()
Can I, in any manner, create the "tt" folder from R script itself on
runtime?
--
Thanks and Regards
Sarthi M.
[[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.