get_daily_diagnostics: Get Daily Diagnostics Counts

View source: R/get_daily_diagnostics.R

get_daily_diagnosticsR Documentation

Get Daily Diagnostics Counts

Description

Get Daily Diagnostics Counts

Usage

get_daily_diagnostics(diagnostics_tbl, start_date, end_date, ...)

Arguments

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

Value

Tibble with daily counts of different diagnostics result categories


CUGBF/deidentifiedDB documentation built on Sept. 13, 2023, 6:28 a.m.