Skip to content

R package that creates an interactive visualization of the progression of case counts for a given geographic entity.

License

Notifications You must be signed in to change notification settings

WorldHealthOrganization/geocard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package that creates an interactive visualization of the progression of case counts for a given geographic entity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published