Learn R Programming

getProxy (version 1.13)

getProxy-package: getProxy

Description

getProxy

Arguments

Details

The DESCRIPTION file: getProxy getProxy

Examples

Run this code
# NOT RUN {
library(getProxy)
#For get ans start proxy settings 
prox_ip_and_port <- getProxy(port    = "3128", 
							 country = "RU", 
							 action  = "start")

# This put you code for get data 
# from blocked source

#For stop proxy
getProxy(action = "stop")
# }

Run the code above in your browser using DataLab