shell scripts in R
On Fri, 2005-10-14 at 00:39 +0200, Benedict P. Barszcz wrote:
Dnia piÂÄ…tek, 14 paÂździernika 2005 00:13, Sundar Dorai-Raj napisaÂÅ‚:
Don't you mean system("ls")? See ?system.
Arguments:
command: the system command to be invoked, as a string.
This is the kind of obstacles a newbie has to overcome. Whoeve is writing the documentation for R, please do not attempt to save on bytes. Life would be so much more pleasureable.... if only it would say "as a quoted string". Jee.
The phrase "quoted string" in my mind is redundant. If you had taken the time to review the 3 examples provided on the same page, you would have seen that all three show the use of quotes around the command and indeed two of the three use the 'ls' command specifically. Marc Schwartz