Help for this page
$R->send(q`a<-read.table("/usr/local/projects/file")`);
$file="/usr/local/projects/file"; $R->send(q`a<-read.table($file)`);