scrape_rnaturalearth: Scrape ISO 3166-2 Subdivision Codes from RNaturalearth

Description Usage Value References Examples

View source: R/scrape_rnaturalearth.R

Description

Uses the ropensci rnaturalearth package to get moar ISO 3166-2 codes

Usage

1

Value

A tibble of information of codes, types of names for a subdivision in in the same column format as iso_31662_subdivisions

References

https://www.naturalearthdata.com/

https://github.com/ropensci/rnaturalearth

Examples

1
2
3
4
5
6
## Not run: 
iso_rinat <- scrape_rnaturalearth()

head(iso_rinat)

## End(Not run)

jebyrnes/wikiISO31662 documentation built on June 3, 2020, 7:10 p.m.