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