nbReadAndLoadNetwork: Read a file with netblocks in CIDR format and a free form...

View source: R/netblockr.R

nbReadAndLoadNetworkR Documentation

Read a file with netblocks in CIDR format and a free form description of the netblock, then build a table of the network with an index for fast lookup of IPv4 addresses with nbLookupIPaddrs

Description

Read a file with netblocks in CIDR format and a free form description of the netblock, then build a table of the network with an index for fast lookup of IPv4 addresses with nbLookupIPaddrs

Usage

nbReadAndLoadNetwork(file, skip_lines = 0, quiet = FALSE)

Arguments

file

Path to the input file

skip_lines

Optional number of lines to skip, use if there is an uncommented header

Value

An external pointer to the table data structure in C++ space


meekj/netblockr documentation built on Sept. 9, 2023, 9:37 p.m.