lookupASNByIP {ip2locationio} | R Documentation |
Lookup for the IP address's Autonomous system name and number
lookupASNByIP(ip)
ip |
IPv4 or IPv6 address |
Return the Autonomous system name and number of the the IP address
## Not run:
lookupASNByIP("1.0.241.135")
## End(Not run)