getBaseCovidData | R Documentation |
Create the Base Datasets that all of the COVID-19 Data Hub is ran from
getBaseCovidData(baseDataList = downloadAllCovidAPIData())
baseDataList |
A named list of data.frames containing the base data. See
details for more information. Defaults to the return from
|
baseDataList
should contain a named list of the base data.frames. These
are available through the MARC data API through the helpful functions
downloadMARCCovidData()
and downloadAllCovidAPIData()
This should be 3
data.frames with the following names:
Case, Death, and Test Data
Newly Reported Case, Death, and Test Data
Hospital Data
Vaccination Data
A list of data.frames that are used by MARC's COVID Data Hub.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.