Help for this page

Select Code to Download


  1. or download this
      
    
    
    ...
        use R;
        use RReferences; 
        &R::startR("--silent");
    
  2. or download this
    sub setup_R {
            use lib "/usr/lib64/R/";
    ...
        R::startR();
    
            &R::startR("--silent");