proxyGoodConfirm: confirm good proxy

Description Usage Arguments Details Value Examples

View source: R/proxygoodconfirm.R

Description

confirm good proxy

Usage

1
proxyGoodConfirm(proxy_good, .proxy)

Arguments

proxy_good

list with ip and port properties

.proxy

list of list with ip and port properties, times

Details

.proxy must be list class, if no elments in it, the return times will be 1, otherwise, the time value will be added 1

Value

list of list with 'ip', 'port' and 'times' properties

Examples

1
2
3
4
5
6
7
8
## Not run: 
.proxy <- list(list(ip = '1.1.1.1', port = 111, times = 1),
               list(ip = '2.2.2.2', port = 222, times = 2))
 proxy_good <- list(ip = '1.1.1.1', port = 111)
.proxy <- proxyGoodConfirm(proxy_good, .proxy)
.proxy

## End(Not run)

ashther/ashr.rogue documentation built on Aug. 3, 2019, 12:01 p.m.