Iterates through all the country codes in ISO_3166_1$Alpha_2
and returns
a named list of CIDR blocks for all those countries.
get_all_country_ranges()
named list of character vectors of CIDR blocks
This is an expensive operation as it pulls 249 files from http://www.iwik.org/ipcountry/. Try not to do this too often.