Re: [R] Converting shell("cd") to a string

2008-09-26 Thread Martin Maechler
> "AR" == Arthur Roberts <[EMAIL PROTECTED]> > on Fri, 26 Sep 2008 01:54:59 -0700 writes: AR> Hi, all, AR> Is there an R-command that will convert shell("cd") to a string, so AR> that I can use it in the paste() command? I'm pretty sure that for the specific case, you sh

Re: [R] Converting shell("cd") to a string

2008-09-26 Thread Duncan Murdoch
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.

[R] Converting shell("cd") to a string

2008-09-26 Thread Arthur Roberts
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? Much appreciated, Art __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin