[R] paste argument of a function as a file name

Sean Davis sdavis2 at mail.nih.gov
Thu Nov 10 14:39:16 CET 2005


On 11/10/05 8:28 AM, "Luis Ridao Cruz" <Luisr at frs.fo> wrote:

> R-help,
> 
> I have a function which is exporting the output to a file via
> write.table(df, file =  "file name.xls" )
> 
> What I want is to paste the file name (above) by taking the argument to
> the function as a file name

help('paste')

Sean




More information about the R-help mailing list