Arthur Roberts wrote:
Hi, all,Is there an R-command that will convert shell("cd") to a string, so that I can use it in the paste() command?
shell("cd", intern=TRUE) or getwd(). Duncan Murdoch ______________________________________________ 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.