Description Usage Arguments Details Examples
Set up configuration when internet access is via a proxy server.
1 2 | store_proxy_settings(url, port = NA_integer_, username = NA_character_,
password = NA_character_, auth = "basic")
|
url |
Location of proxy |
port |
Location of proxy |
username |
Login details for proxy, if needed |
password |
Login details for proxy, if needed |
auth |
Type of HTTP authentication to use. Should be one of the following: basic, digest, digest_ie, gssnegotiate, ntlm, any. |
The configuration is stored as encrypted data in the user's home directory.
Refer to use_proxy
for more information.
1 2 | # set up access to proxy server requiring authentication
store_proxy_settings("my_corporate_proxy_server", 8080, "kevin", "pass123!")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.