Hello Perl Monks
Statistics::R questions
this works:
$R->send(q`a<-read.table("/usr/local/projects/file")`);
this doesnt work:
$file="/usr/local/projects/file"; $R->send(q`a<-read.table($file)`);
Does anybody know how I get the above working?
Many Thanks Perl Monks
In reply to Statistics::R question by david_lyon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |