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