View source: R/symptoms_scripts/covid_status_symptoms.R
covid_status_symptoms
1 2 3 4 5 6 | covid_status_symptoms(
data,
start_date = as.Date("2020-04-09"),
end_date = as.Date("2020-09-01"),
plot_chart = TRUE
)
|
data |
contains id, covid_tested (with categories - positive, negative, showin symptoms) and comorbidities |
start_date |
min date as.Date |
end_date |
max date as.Date |
plot_chart |
if plot_chart == TRUE a plot with percentages of symptoms across covid tested categories |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.