Description Usage Arguments Value References Examples
View source: R/scrape_subdivisions.R
Scrape ISO 3166-2 Subdivision Codes from Wikipedia
1 | scrape_subdivisions(quiet = TRUE)
|
quiet |
Should the debug information be quieted? Defaults to TRUE. |
A tibble of information of codes, types of names for a subdivision in Wikipedia, and it's name.
Wikipedia ISO-3166-2 Entry: https://en.wikipedia.org/wiki/ISO_3166-2
1 2 3 4 5 6 | ## Not run:
iso_sub <- scrape_subdivisions()
head(iso_sub)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.