makeRCurlOptions | R Documentation |
Build an RCurl::CURLOptions object.
makeRCurlOptions( useragent = NULL, httpheader = NULL, postfields = NULL, timeout.ms = 60000, verbose = FALSE )
useragent |
The user agent identification. |
httpheader |
The HTTP header to send. |
postfields |
POST fields, in case of a POST method. |
timeout.ms |
The timeout in milliseconds. |
verbose |
Set to TRUE to get verbose output in RCurl. |
An RCurl::CURLOptions object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.