is_proxy {ip2proxy} | R Documentation |
Lookup for IP address proxy information
Description
Check whether if an IP address was a proxy.
Usage
is_proxy(ip)
Arguments
ip |
IPv4 or IPv6 address |
Value
Return a digit value: -1 (errors), 0 (not a proxy), 1 (a proxy), and 2 (a data center IP address).
Examples
## Not run:
is_proxy("1.0.241.135")
## End(Not run)
[Package ip2proxy version 1.2.0 Index]