Help for this page

Select Code to Download


  1. or download this
     use R;
    #Allows use of R references called between Perl and R
        use RReferences;
    ...
        @EXPORT_OK = qw(startR AUTOLOAD);  
            &R::startR("--silent");
        R::call("pdf");
    
  2. or download this
     package R;
    
    use strict;
    ...
        }
        setRHome();
        initRSession(@_);