Dear all, I'm running R on Linux OS. I want to execute a programme "toto.R" in command line. Is it possible ?? Thanks Benoit -- Benoit Wastine Laboratoire des Sciences du Climat et de l?Environnement (LSCE/IPSL) CEA-CNRS-UVSQ CE Saclay Orme des merisiers B?t 703 - Pte 13A 91191 Gif sur Yvette Cedex France Tel : 33 (0)1 69 08 21 97 Fax : 33 (0)1 69 08 77 16
Hi Benoit, Have a look at 'man R'. You want something like 'R CMD BATCH toto.R' (case sensitive). Hope this helps, Jim Hargreaves On 10/14/2010 05:15 PM, Benoit Wastine wrote:> Dear all, > I'm running R on Linux OS. I want to execute a programme "toto.R" in > command line. Is it possible ?? > Thanks > Benoit >