Description Usage Arguments Value
Merge datahub and census data - really set up for one day in one state
1 2 3 4 | merge_census(
x = read_datahub(state = "Maine", date = as.Date("2020-04-20")),
pop = read_census(state = "Maine")
)
|
x |
tibble, the COVID-19 cases |
pop |
sf object, as per |
the merged covid/census table as sf MULTIPOLYGON
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.