lookupLocationByIP {ip2locationio} | R Documentation |
Lookup an IP address's location in text
Description
Lookup for the IP address's location in text
Usage
lookupLocationByIP(ip)
Arguments
ip |
IPv4 or IPv6 address |
Value
Return the location of the the IP address in text
Examples
## Not run:
lookupLocationByIP("1.0.241.135")
## End(Not run)
[Package ip2locationio version 1.1.0 Index]