Description Usage Arguments Examples
The cf_curl_opts
function stores specific curl options that are used
for all the clifro queries.
1 | cf_curl_opts(..., .opts = list())
|
... |
a name-value pairs that are passed to |
.opts |
a named list or |
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# Specify options for use in all the curl handles created in clifro
cf_curl_opts(.opts = list(proxy = "http://xxxxx.yyyy.govt.nz:8080",
proxyusername = "uid",
proxypassword = "pwd",
ssl.verifypeer = FALSE))
# Or alternatively:
cf_curl_opts(proxy = "http://xxxxx.yyyy.govt.nz:8080",
proxyusername = "uid",
proxypassword = "pwd",
ssl.verifypeer = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.