http://qs321.pair.com?node_id=1230270


in reply to Re: Entire Results from R
in thread Entire Results from R

hi ... thank you for your prompt reply. i tried
my $tmp_str = $R->run(qq`print($varname)`); print $tmp_str . "\n" ;
the result is the same --- the first line only:

Time difference of hours

yikes!

Replies are listed 'Best First'.
Re^3: Entire Results from R
by Your Mother (Archbishop) on Feb 20, 2019 at 22:13 UTC

    I would go in and manually edit this line to 1

    use constant DEBUG => 0; # debugging messages

    And see what you get.