[R] string

2010-12-07 Thread Benoit Wastine
Hi, I'm running R 2.11 Does anyone know if it possible to transform one character vector to one character string ? Many 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 9119

[R] execute a script in command line

2010-10-14 Thread Benoit Wastine
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

[R] how to download files from ftp site

2010-07-07 Thread Benoit Wastine
Hi all, I'm running R 2.10.1 on Windows XP and I'd like to read files from a ftp site. Does anybody know how to do ? 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 911

[R] open files from ftp site

2010-06-07 Thread Benoit Wastine
Hello, I'm running R 2.10.1 on Windows XP. I'd like to read some files from a ftp site, but I don't how to do it. I've tried the functions url, download.file but each time I have a message "cannot open URL 'ftp://ftp.cea.fr'" .. and I don't kwow