Displaying 1 result from an estimated 1 matches for "rsockopen".
Did you mean:
fsockopen
2006 Feb 23
1
Utilizing the internet module
Hello all,
I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my
R package. The intent is to use these in conjunction with R_serialize()
to store R objects in a remote data store. I'm aware that version
2.2.1 of "Writing R extensions" explains that these may be undocumented
and unstable, but I have a couple of questions:
1) are they platform independent?