[R] Command line arguments with source() - Windows OS

Wacek Kusnierczyk Waclaw.Marcin.Kusnierczyk at idi.ntnu.no
Mon Nov 17 15:12:44 CET 2008


Duncan Murdoch wrote:
>
> paramValue <- 15
> source("myRfile.R")
>
> The quotes are necessary, because source(myRfile.R) would go looking
> for a variable named myRfile.R, rather than using "myRfile.R" as the
> filename.

why?

vQ



More information about the R-help mailing list