in reply to Entire Results from R
Your use of $R->set() is incorrect: to set multiple values, you have to pass an arrayref: $R->set( 'data', ["2016-03-15 13","2016-03-16 23","2016-03-17 06","2016-03-18 15","2016-03-19 08","2016-03-20 21"] ); Then the code works for me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Entire Results from R
by kevbot (Priest) on Feb 22, 2019 at 06:36 UTC | |
by haukex (Archbishop) on Feb 22, 2019 at 18:05 UTC |
In Section
Seekers of Perl Wisdom