Help for this page

Select Code to Download


  1. or download this
    cat("-- reading arguments\n", sep = "");
    cmd_args = commandArgs();
    for (arg in cmd_args) cat("  ", arg, "\n", sep="");
    
  2. or download this
    R --slave --no-save --no-restore --no-environ --silent --args arg1=abc
    + < test.R
    
  3. or download this
    -- reading arguments
      /home/aardvark/lib/R/bin/exec/R
    ...
      --silent
      --args
      arg1=abc