powered by
Match IP addresses to autonomous systems
ip_to_asn(cidr_trie, ip)
trie created with asn_table_to_trie()
asn_table_to_trie()
character vector or numeric vector of IPv4 addresses
# NOT RUN { tbl <- asn_table_to_trie(system.file("test", "rib.tst", package="iptools")) ip_to_asn(tbl, "5.192.0.1") # }
Run the code above in your browser using DataLab