get_all {ip2location} | R Documentation |
Lookup for IP address information
Description
Find the country, region, district, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage type, address type, IAB category and ASN that any IP address or host name originates from. The return values will be depending on the BIN data loaded.
Usage
get_all(ip)
Arguments
ip |
IPv4 or IPv6 address |
Value
Return all information about the IP address
Examples
## Not run:
get_all("8.8.8.8")
## End(Not run)
[Package ip2location version 8.1.3 Index]