lookupLocationByIP {ip2locationio} | R Documentation |
Lookup for the IP address's location in text
lookupLocationByIP(ip)
ip |
IPv4 or IPv6 address |
Return the location of the the IP address in text
## Not run:
lookupLocationByIP("1.0.241.135")
## End(Not run)