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.
remotes::install_github("WorldHealthOrganization/geocard")
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"
)