Displaying 1 result from an estimated 1 matches for "testphp2".
Did you mean:
testphp
2003 Apr 29
0
calling R from PHP and saving outputs
Hi all,
I have to call R from PHP code. I manage to run R and to make it parse
my script (see below) but I have an error which I cannot cope with yet
while running the PHP page:
Error in file("/home/faisnel/Rscripts/testphp2.Rout", open = "wt") :
unable to open connection In addition: Warning message: cannot open file
`/home/faisnel/Rscripts/testphp2.Rout' Execution halted
I am not sure about the "open" option I used (see R script). Does anyone
have an idea about why the connection/file...