Displaying 2 results from an estimated 2 matches for "googeltospyafterme".
2007 Sep 28
5
R-Server remotecontrolled via browser-GUI
dear r-community,
currently i have a workflow as following:
data in online-MYSQL-database via .csv into R for analysis, results
back to mysql.
generating graphics for reports also.
that's ok, but i need some process-optimization.
i'd like to run r directly on the webserver. analysis should work
automatically, after the appropriate r-script was selected in a
browser-gui for R.
until
2007 Sep 26
0
R on webserver with browser-gui
hi everyone,
i know r since last summer and i love it. i'm studying economics and
use it for econometrical tasks at university. besides that in a
private project a buddy of mine and me do some economic evaluation
with data stored in a MYSQL-database. we export the values from our
online MYSQL database to analyse them offline with r. the results then
also hav to be stored in the mysql.
so far