lookup {ip2locationio} | R Documentation |
Lookup for IP address geolocation and proxy information
Description
Lookup for a comprehensive of the information such as location, ASN, ISP and proxy. The availability of the data will depends on the plan you have signed up for your API key.
Usage
lookup(ip)
Arguments
ip |
IPv4 or IPv6 address |
Value
Return all the geolocation and proxy information about the IP address
Examples
## Not run:
lookup("1.0.241.135")
## End(Not run)
[Package ip2locationio version 1.1.0 Index]