An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# geocard

[![R build status](https://github.com/WorldHealthOrganization/geocard/workflows/R-CMD-check/badge.svg)](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"
)
```