Description Usage Arguments Value Author(s)
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.
1 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.