Home >Backend Development >PHP Tutorial >How to call R language in php

How to call R language in php

WBOY
WBOYOriginal
2016-08-08 09:23:572818browse

Call string exec ( string $command[, array&$output [, int &$return_var ]] )Function execution command

D:/xampp/htdocs/programC/R/R-3.0.3/bin/i386/R.exe --vanilla < D:/xampp/htdocs/programR/myr> out.txt

R program installation path (absolute path)                                                                                                                                            R file path                                      

                                     Search 

 Copy 

Copy to Google Translate 

Translation results 

The above introduces how PHP calls R language, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php decoration modeNext article:php decoration mode