Do you mean something like source? Type ?source for help
--- On Tue, 6/23/09, Derek Lacoursiere wrote:
> From: Derek Lacoursiere
> Subject: [R] driver file
> To: r-help@r-project.org
> Received: Tuesday, June 23, 2009, 3:05 PM
>
> Hi,
>
> How can I, from a single "driver" file, source othe
Your driver file should probably look like:
# setup the parameters
...
source('file1.r')
source('file.2.r')
...all the rest of your files
On Tue, Jun 23, 2009 at 3:05 PM, Derek Lacoursiere wrote:
>
> Hi,
>
> How can I, from a single "driver" file, source other files in such a way
> that I
2 matches
Mail list logo