Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      unshift @INC, "/usr/lib64/R/lib/";
      # unshift @INC, "/other/path/"; # if required
     };
    use R;
    
  2. or download this
    use R;