Matt Anthony wrote:

> Rcmd myprogram.R  is clearly documented as unable to take parameters
> passed to it ...
> 

  It can take parameters from the environment though...


  H:\> set METHOD=loglik
  H:\> "c:\Program Files\R\R-2.2.1\bin\R"

blah blah

  > Sys.getenv("METHOD")
    METHOD
  "loglik"
  >

Barry

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to