Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 709 Bytes

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