Learn R Programming

iptools (version 0.6.1)

asn_table_to_trie: Convert a pyasn generated CIDR data file to a trie

Description

Convert a pyasn generated CIDR data file to a trie

Usage

asn_table_to_trie(asn_table_file)

Arguments

asn_table_file

filename of dat file (can be gzip'd)

Examples

Run this code
# NOT RUN {
asn_table_to_trie(system.file("test", "rib.tst.gz", package="iptools"))
# }

Run the code above in your browser using DataLab