get_all_country_ranges: Fetch all country CIDR blocks

View source: R/country_ranges.R

get_all_country_rangesR Documentation

Fetch all country CIDR blocks

Description

Iterates through all the country codes and returns a named list of CIDR blocks for all those countries.

Usage

get_all_country_ranges()

Value

named list of character vectors of CIDR blocks

Note

This is an expensive operation as it pulls 249 files from https://www.iwik.org/ipcountry/. Try not to do this too often.


hrbrmstr/iptools documentation built on Jan. 10, 2023, 2:54 a.m.