Re: [R] How can I execute a .R/script file

2008-06-19 Thread Daniel Folkinshteyn
source('yourscript.R') on 06/19/2008 03:11 PM [EMAIL PROTECTED] said the following: Dear R-Users, I've written a number of functions in a .R/script file. I would like to call those functions from another script file. How can I execute all the code in a script file so that the functions are av

Re: [R] How can I execute a .R/script file

2008-06-19 Thread Jorge Ivan Velez
Hi Tolga, See ?source HTH, Jorge On Thu, Jun 19, 2008 at 3:11 PM, <[EMAIL PROTECTED]> wrote: > Dear R-Users, > > I've written a number of functions in a .R/script file. I would like to > call those functions from another script file. How can I execute all the > code in a script file so that t

Re: [R] How can I execute a .R/script file

2008-06-19 Thread tolga . i . uzuner
Many thanks all, Tolga "Jorge Ivan Velez" <[EMAIL PROTECTED]> 19/06/2008 20:19 To [EMAIL PROTECTED] cc r-help@r-project.org Subject Re: [R] How can I execute a .R/script file Hi Tolga, See ?source HTH, Jorge On Thu, Jun 19, 2008 at 3:11 PM, <[EMAIL PROTECTED]&g

Re: [R] How can I execute a .R/script file

2008-06-19 Thread Ramon Diaz-Uriarte
Dear Tolga, Check the help for "source" (?source). HTH, R. On Thu, Jun 19, 2008 at 9:11 PM, <[EMAIL PROTECTED]> wrote: > Dear R-Users, > > I've written a number of functions in a .R/script file. I would like to > call those functions from another script file. How can I execute all the > code

Re: [R] How can I execute a .R/script file

2008-06-19 Thread tolga . i . uzuner
Ah.. It is source() ...apologies for the waste of time, Tolga Tolga I Uzuner/JPMCHASE 19/06/2008 20:11 To r-help@r-project.org cc Subject How can I execute a .R/script file Dear R-Users, I've written a number of functions in a .R/script file. I would like to call those functions from