| giocon {RGtk2} | R Documentation |
Creates a regular R connection based on a GIO stream. The integration happens directly in C. The connection can be used anywhere connections are supported. See the httpd demo for examples.
giocon(stream, binary = FALSE, blocking = TRUE)
stream |
The GIO endpoint, such as a GInputStream, GOutputStream or GIOStream. |
binary |
Whether the data are binary or character. |
blocking |
Whether the connection should block when reading and writing. |
An R connection
Michael Lawrence