https://github.com/worldhealthorganization/geocard
R package that creates an interactive visualization of the progression of case counts for a given geographic entity.
https://github.com/worldhealthorganization/geocard
case-counts eios
Last synced: 2 months ago
JSON representation
R package that creates an interactive visualization of the progression of case counts for a given geographic entity.
- Host: GitHub
- URL: https://github.com/worldhealthorganization/geocard
- Owner: WorldHealthOrganization
- License: other
- Created: 2020-09-28T22:39:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T22:48:08.000Z (over 4 years ago)
- Last Synced: 2025-01-20T13:46:52.728Z (4 months ago)
- Topics: case-counts, eios
- Language: R
- Homepage:
- Size: 345 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# geocard
[](https://github.com/WorldHealthOrganization/geocard/actions)
R package that creates an interactive visualization of the progression of case counts for a given geographic entity. Used in COVID-19 case counts displays.
## Installation
``` r
remotes::install_github("WorldHealthOrganization/geocard")
```## Example
``` r
library(geocard)geocard(
wa_cases,
card_name = "Washington",
population = 7549403,
ref_source = "NYT",
img_url = "https://raw.githubusercontent.com/hafen/us-locator-maps/master/thumbs/admin1/US/53.png"
)
```