proxycheck: Retrieve IP address metadata from ProxyCheck

Description Usage Arguments Details Author(s) References Examples

View source: R/proxycheck.R

Description

Pass in an IP address along with API key and any extra API query flags and retrieve metadata about the IP from ProxyCheck.

Usage

1
proxycheck(ip, ..., api_key = proxycheck_api_key())

Arguments

ip

an IP address (length 1 character vector)

...

ProxyCheck API query flage (see Details)

api_key

a ProxyCheck API key (see proxycheck_api_key())

Details

You can specify values for any additional query flags via .... The package will be updated as the supported flags change. Current supported query flags are:

Author(s)

Bob Rudis (bob@rud.is)

References

https://proxycheck.io/api/#introduction

Examples

1
2
3
4
## Not run: 
proxycheck("24.63.157.68", asn = TRUE, risk = TRUE)

## End(Not run)

rIP documentation built on May 30, 2019, 1:01 a.m.