Skip to content
Prev 170775 / 398506 Next

R scripts and parameters

Try this:

A <- 1
B <- 2
C <- 3
source("myfile.R")

Now the code in myfile can access A, B and C.
On Tue, Feb 17, 2009 at 10:55 AM, <mauede at alice.it> wrote: