search for: csvdf

Displaying 1 result from an estimated 1 matches for "csvdf".

Did you mean: csvde
2010 Apr 01
0
export R data as web service
...Naively, when I say this, I imagine something like: > theData <- big.calculation.returning.data.frame() > startHttpServer(port=8675) (blocks until I C-c it) Elsewhere... http://linuxmachine:8675/htmlDF?theData -> HTML table version of data frame or http://linuxmachine:8675/csvDF?theData -> CSV export of data frame Then I C-c my server and continue working in R. Rserve has its own protocol, plus it spawns extra processes. biocep looks interesting, but it's far more ambitious than this, and I can't tell if it would actually work in this case. svSocket look...