set_proxy_info: Set proxy credentials

View source: R/proxy-info.R

set_proxy_infoR Documentation

Set proxy credentials

Description

Set proxy credentials

Usage

set_proxy_info(user, password, url = NULL)

Arguments

user

Username for proxy.

password

Password for proxy.

url

Proxy url, if not provided, n attempt is made to obtain the url.

Note

You'll need to restart your R session for change to be effective.

Examples

## 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)

dreamRs/rte.data documentation built on Oct. 6, 2022, 6:32 p.m.