-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Ana Quit??rio
Sent: Monday, February 13, 2006 3:27 PM
To: r-help at stat.math.ethz.ch
Subject: [R] export files - write.table
Hi user
I have a question about export files.
I run my program for different countries and different years.
For export files I do this in SAS:
(1) Path to data files
%let teste=C:\Documents and Settings\MEALQ\My Documents;
(2) Country code;
%let cc=pt;
(3) Survey year;
%let yy=03;
Output in: &teste\&cc\&yy\cc&yy.txt
How can I do a similar command in R?
Thanks in advance,
Ana Quiterio
Lisbon/Portugal
[[alternative HTML version deleted]]