downloadMARCCovidData | R Documentation |
Allows data to be downloaded from the MARC Data API with a simple function.
downloadMARCCovidData( dataset = c("CDT", "CDT_NewlyReported", "Hospital", "Vaccination", "VaccinationCDC") )
dataset |
What dataset should be downloaded? Select one of 'CDT', 'CDT_NewlyReported' 'Hospital', 'Vaccination', or 'VaccinationCDC'. |
A tibble with the selected COVID-19 data
## Not run: cdtData <- downloadBaseData(dataset = "CDT") cdtNRData <- downloadBaseData(dataset = "CDT_NewlyReported") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.