[R] SAS Macro Variable in R

2009-06-23 Thread David Young
Hi I'm new to R and would like to implement a SAS-like macro variable in R. What I'd like to do is take the simple R code below and change the =TEF to different letters to refer to different companies' data for download. # DOWNLOADS FILES FROM YAHOO INTERNET download.file('http

Re: [R] SAS Macro Variable in R

2009-06-23 Thread Henrique Dallazuanna
, 2009 at 2:40 PM, David Young dyo...@telefonica.net wrote: Hi I'm new to R and would like to implement a SAS-like macro variable in R. What I'd like to do is take the simple R code below and change the =TEF to different letters to refer to different companies' data for download. # DOWNLOADS

Re: [R] SAS Macro Variable in R

2009-06-23 Thread David Huffer
On Tuesday, June 23, 2009 1:40 PM, David Young wrote: ...Hi I'm new to R and would like to implement a SAS-like macro variable in R. What I'd like to do is take the simple R code below and change the =TEF to different letters to refer to different

Re: [R] SAS Macro Variable in R

2009-06-23 Thread Thomas Lumley
On Tue, 23 Jun 2009, David Young wrote: Hi I'm new to R and would like to implement a SAS-like macro variable in R. What I'd like to do is take the simple R code below and change the =TEF to different letters to refer to different companies' data for download. # DOWNLOADS FILES FROM YAHOO