Update Resources
Source:R/wid_update_country_map.R
, R/wid_update_isic.R
, R/wid_update_resources.R
, and 1 more
wid_update_resources.Rd
Download resources from external sources:
wid_update_resources
: Update all resources.wid_update_world_bank
: Country-level data from the World Bank (using the WDI package).wid_update_country_map
: GeoJSON map of countries from Natural Earth Vector.wid_update_isic
: International Standard Industrial Classification (ISIC) code mappings from the International Labour Organization.
Usage
wid_update_country_map(out_dir = getOption("WID_RESOURCE_DIR"),
overwrite = FALSE, simplify = FALSE)
wid_update_isic(out_dir = getOption("WID_RESOURCE_DIR"), overwrite = FALSE)
wid_update_resources(out_dir = getOption("WID_RESOURCE_DIR"),
overwrite = FALSE)
wid_update_world_bank(out_dir = getOption("WID_RESOURCE_DIR"),
overwrite = FALSE)