README.md

geocard

R build status

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

remotes::install_github("WorldHealthOrganization/geocard")

Example

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" 
)


WorldHealthOrganization/geocard documentation built on Oct. 7, 2020, 5:44 a.m.