get_proxy_info: Get proxy informations

View source: R/proxy-info.R

get_proxy_infoR Documentation

Get proxy informations

Description

Get proxy informations

Usage

get_proxy_info(user = NULL, password = NULL, url = NULL)

Arguments

user

Optionnal, username (NNI) for proxy.

password

Optionnal, password for proxy.

url

Optionnal, proxy url.

Value

a list with username, password and url for proxy

Note

You can set PROXY_USR, PROXY_PWD and PROXY_URL environment variable in your Renviron to automatically use this informations when you use other functions in this package. See set_proxy_info.

Examples

## Not run: 

# If you have set your proxy informations
# in you Renviron
# the list should contain them
get_proxy_info()


## End(Not run)

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