View source: R/symptoms_scripts/sympt_positive_age_band.R
sympt_positive_age_band
1 2 3 4 5 6 | sympt_positive_age_band(
data,
start_date = as.Date("2020-04-19"),
end_date = as.Date("2020-09-01"),
plot_chart = TRUE
)
|
data |
a dataset that contains ids, showing symptoms of covid, and symptoms |
start_date |
a min date passed in as.Date |
end_date |
a max data passed as.Date |
plot_chart |
if TRUE then give me a chart, if FALSE then give me a table with symptoms accross age, with counts and percentages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.