Skip to content

Invoking R from PHP/Mysql environment

3 messages · VERSRJ@inel.gov, Paul Murrell, Joe Conway

#
Hi
VERSRJ at inel.gov wrote:
You might want to take a look at R-php (http://dssm.unipa.it/R-php/) and 
R_PHP_Online (http://steve-chen.net/R_PHP/).

Paul
#
VERSRJ at inel.gov wrote:
If you can use Postgres instead of MySQL, see:
   http://www.joeconway.com/oscon-pres-2003-1.pdf
Page 23 has an example PHP code snippet. Very simple because most of the 
work is done in the PL/R function.

Joe