Retrieve lists of IP networks registered to specific countries.
Source
https://www.iwik.org/ipcountry/ (updated daily)
Arguments
- country
Character vector of two-letter country codes (ISO 3166-1 alpha-2)
- ...
These dots are for future extensions and must be empty.
- collapse
If
TRUE
(the default), contiguous networks are collapsed. Seecollapse_networks()
.
Value
A data frame with 2 variables:
country
: A character vectornetwork
: A list ofip_network
vectors
Each row represents a single country associated with a vector of IP networks.