https://github.com/worldhealthorganization/geoutils
R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.
https://github.com/worldhealthorganization/geoutils
eios geography r
Last synced: 15 days ago
JSON representation
R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.
- Host: GitHub
- URL: https://github.com/worldhealthorganization/geoutils
- Owner: WorldHealthOrganization
- License: other
- Created: 2020-09-28T22:37:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:56:30.000Z (about 5 years ago)
- Last Synced: 2025-03-26T06:23:18.660Z (7 months ago)
- Topics: eios, geography, r
- Language: R
- Homepage:
- Size: 336 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# geoutils
[](https://github.com/WorldHealthOrganization/geoutils/actions)
This repository provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories, etc.) with specified standards for codes and names, used for unifying data reported from multiple sources.
This is available as both an R package, which can be installed and used as shown below, and also as [csv](https://github.com/WorldHealthOrganization/geoutils/tree/master/csv) files that can be easily used outside of R.
### Install (R)
```r
remotes::install_github("WorldHealthOrganization/geoutils")
```
```r
library(geoutils)
# the following datasets are now available
continents
who_regions
admin0
admin1
admin2
```