Help for this page

Select Code to Download


  1. or download this
      DB<229> $_=$str0
     => " bla0 \"ignore a1\" bla1 \"ignore a2\" bla2"
    ...
    
      DB<231> $_
     => " blA0 \"ignore a1\" blA1 \"ignore a2\" blA2"
    
  2. or download this
      DB<226> $_=q{cd / ; /path/to/R/R_latest --vanilla --args "fName='rGS
    +DPlan';jobCode=682718;jobId=6827181;" < job682718.R > job_6827181.txt
    +}
    
    ...
    
      DB<228> $_
     => "cd / && /path/to/R/R_latest --vanilla --args \"fName='rGSDPlan';j
    +obCode=682718;jobId=6827181;\" < job682718.R > job_6827181.txt"