Displaying 1 result from an estimated 1 matches for "web_home".
2009 Aug 18
2
R CMD BATCH question under Ubuntu 9.04
Dear list,
I could not find a mailing list of R under ubuntu, so I give it a try here...any direction/suggestion welcome
I run R 2.8.1 under Ubuntu 9.04
>From the terminal I am able to run a R CMD BATCH command when I am on my home folder /home/user
jc@jc-laptop:~$ R CMD BATCH /var/www/test.R
The file "test.R" contains simply:
a <- 1
write.csv(a,"/var/www/test.csv")