getBaseCovidData: Create Base Calculated Datasets from Raw Data

View source: R/downloadData.R

getBaseCovidDataR Documentation

Create Base Calculated Datasets from Raw Data

Description

Create the Base Datasets that all of the COVID-19 Data Hub is ran from

Usage

getBaseCovidData(baseDataList = downloadAllCovidAPIData())

Arguments

baseDataList

A named list of data.frames containing the base data. See details for more information. Defaults to the return from downloadAllCovidAPIData()

Details

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:

cdtData

Case, Death, and Test Data

cdtNRData

Newly Reported Case, Death, and Test Data

hospData

Hospital Data

vaccData

Vaccination Data

Value

A list of data.frames that are used by MARC's COVID Data Hub.


MARC-KC/Covid19MARCData documentation built on April 7, 2022, 11:43 a.m.