View source: R/get_daily_diagnostics.R
get_daily_diagnostics | R Documentation |
Get Daily Diagnostics Counts
get_daily_diagnostics(diagnostics_tbl, start_date, end_date, ...)
diagnostics_tbl |
Tibble containing the following columns 1)testkit_id, 2) run_Date 3)result |
start_date |
Filter sample collection table for samples collected after this date. Provide date as in "2021-08-01" for August 1, 2021 |
end_date |
Filter sample collection table for samples collected on or before this date. Provide date as in "2021-08-01" for August 1, 2021 |
... |
Names of columns to group_by |
Tibble with daily counts of different diagnostics result categories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.