| set_proxy_info | R Documentation |
Set proxy credentials
set_proxy_info(user, password, url = NULL)
user |
Username for proxy. |
password |
Password for proxy. |
url |
Proxy url, if not provided, n attempt is made to obtain the url. |
You'll need to restart your R session for change to be effective.
## Not run:
set_proxy_info("MYNNI", "MY_PASSWORD")
# restart your R session
# info should appear in the list
# returned by :
get_proxy_info()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.