getRCurlContent | R Documentation |
Get URL content using RCurl::getURL().
getRCurlContent( u, opts = NULL, enc = integer(), header.fct = NULL, ssl.verifypeer = TRUE, method = c("get", "post"), binary = FALSE )
u |
The URL as a character value. |
opts |
A valid RCurl options object. |
enc |
The encoding. |
header.fct |
An RCurl header gatherer function. |
ssl.verifypeer |
Set to TRUE to enable SSL verify peer. |
method |
The HTTP method to use, either 'get' or 'post'. |
binary |
Set to TRUE if the content to be retrieved is binary. |
The URL content as a character single value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.