unset_proxy: Unset proxy configuration for the session

Description Usage Arguments Value Examples

View source: R/set.R

Description

This fonction is a helper to unset all configuration of proxy for the current session.

Usage

1
unset_proxy(verbose = FALSE)

Arguments

verbose

default is FALSE.

Value

FALSE is no proxy configuration was set before. TRUE if configuration is unset with success.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
 set_proxy(proxy = "http://10.132.23.444:3232",
           username = "",
           password = "",
           noproxy = ".mycompany.com",
           https = TRUE)
 is_proxy_activated(verbose = TRUE)
 unset_proxy(verbose = TRUE)
 is_proxy_activated(verbose = TRUE)
 
## End(Not run)

cderv/proxyconfig documentation built on Oct. 7, 2019, 4:33 p.m.