View source: R/country_networks.R
country_networks | R Documentation |
Retrieve lists of IP networks registered to specific countries.
country_networks(country, ..., collapse = TRUE)
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 |
This function requires an internet connection to download network lists.
A data frame with 2 variables:
country
: A character vector
network
: A list of ip_network
vectors
https://www.iwik.org/ipcountry/ (updated daily)
## Not run: country_networks(c("GB", "US")) country_networks(c("GB", "US"), collapse = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.