Re: [R] Please Help how to execute R via php script

2015-08-18 Thread Loris Bennett
Joseph Mbowe writes: > Dear R members, I want to call my R script thorough php but no I am not > getting output > When I call my r script by bat file works fines also when run by Rstudio it > works fines > but when i cant call via php > here is the php code: > exec('C:/"Program Files"/R/R-3.2.0/

[R] Please Help how to execute R via php script

2015-08-18 Thread Joseph Mbowe
Dear R members, I want to call my R script thorough php but no I am not getting output When I call my r script by bat file works fines also when run by Rstudio it works fines but when i cant call via php here is the php code: ' ; ?> here is R script args=(commandArgs(TRUE)) library(ggplot2) l