On Tue, Nov 18, 2008 at 4:09 AM, Wacek Kusnierczyk
<[EMAIL PROTECTED]> wrote:
> Wacek Kusnierczyk wrote:
>> 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 t
Wacek Kusnierczyk wrote:
> 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?
i see this question has
On Mon, 2008-11-17 at 15:12 +0100, Wacek Kusnierczyk wrote:
> 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.
>
On 17/11/2008 9:14 AM, Brigid Mooney wrote:
Is there a better command to use rather than source which would take
command arguments?
I ask because I currently have 6 parameters, will likely have additional
paramaters later, and would like to be able to have default values for
each, if I do no
Is there a better command to use rather than source which would take command
arguments?
I ask because I currently have 6 parameters, will likely have additional
paramaters later, and would like to be able to have default values for each,
if I do not specify new values.
Thanks so much!
On Mon, No
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
__
R-help@r-project.org
Brigid Mooney wrote:
Hi Everyone,
I am pretty new to R and so far have mostly been using R interactively
through the Windows console.
I'm starting to write some scripts, and have been executing them using the
source() command, i.e. source(myRfile.R).
My questions is how can I pass command line
Hi Everyone,
I am pretty new to R and so far have mostly been using R interactively
through the Windows console.
I'm starting to write some scripts, and have been executing them using the
source() command, i.e. source(myRfile.R).
My questions is how can I pass command line arguments to R. My fi
8 matches
Mail list logo