build_data_csv | R Documentation |
User provides CSV files that records the number of cases, (optionally) hospital admissions and viral concentration in wastewater for a specific location. The various data source do not have to have matching date.
build_data_csv(path.cases, path.hosp, path.ww, hosp.type, case.date.type)
path.cases |
String. Path to the CSV file with two columns named |
path.hosp |
String. Path to the CSV file with two columns named |
path.ww |
String. Path to the CSV file with two columns named |
hosp.type |
String. Type of hospitalization provided in |
case.date.type |
String. Type of date which cases are based on: |
A list of dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.