in reply to Re^3: Calling R in Perl using RSPerl
in thread Calling R in Perl using RSPerl
Thank you! That error is solved.
Now I get another error:
Undefined subroutine &R::startR called at ...
The following is the part of the code the error is related to
use R; &R::startR("--silent"); "X11" to simply pull up on screen R::call("pdf");
|
|---|