Displaying 1 result from an estimated 1 matches for "tp3424613p3424761".
2011 Apr 04
1
loading R object files on an RWeb server
Hello list:
I have some R code/data sets that i'd like to make available to others through RWeb server use. The code/data were saved via "save.image" and should be made available by the following command sequence:
con <- url("https:// ....")
load(con)
close(con)
However, this is where the problem starts...
For one thing, i am using google docs to host the R object