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