Help for this page

Select Code to Download


  1. or download this
    $R->send(q`a<-read.table("/usr/local/projects/file")`);
    
  2. or download this
    
    $file="/usr/local/projects/file";
    $R->send(q`a<-read.table($file)`);