in reply to Re: Statistics::R question
in thread Statistics::R question

Thanks corion for your pointer to help.


This now works, not sure if its the proper way.

my $file="/usr/local/projects/file";
my $command = "a<-read.table(\"$file\")";
print "Running $command\n";
$R->send($command);


Thanks again!