Would it be feasible to just directly access COM from your
PHP program? There are such facilities in PHP:
http://www.php.net/manual/en/ref.com.php
2008/10/3 Seth Johnson <[EMAIL PROTECTED]>:
> Hi,
> I am using R(D)COM with PHP. It works fine for the most part. The problem
> I am having is when
Hi,
I am using R(D)COM with PHP. It works fine for the most part. The problem
I am having is when I try to return value back to PHP from R using
GetSymbol() function. I'm trying to get an array back to PHP from R.
However, I can't seem to be able to extract any useful info from the
returned obj
This sounds like the FAQ on lattice. Lattice creates an object.
It is necessary to print the object in order to see the graph.
Wrap your statement with a print() command.
"print(xyplot(y ~ x))"
___
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http
Dear List,
I am not sure if this is a R-related question or a R-Excel question:
When I try to run the code below from a macro in Excel with the command : Call
RInterface.RunRFile(Range("Scriptsti"))
only the the frame is returned in the .wmf file.
However reading the data into R and running