test_plot_positivity: Plot 7-Day Rolling Test Positivity Rate

View source: R/test_plot_positivity.R

test_plot_positivityR Documentation

Plot 7-Day Rolling Test Positivity Rate

Description

Plot 7-Day Rolling Test Positivity Rate

Usage

test_plot_positivity(
  data = process_pcr(read_pcr(date)),
  date = NULL,
  delay = 5L
)

Arguments

data

PCR test data, read from an NBS snapshot file

date

The download date of the data to read; defaults to most recent

delay

integer. The reporting delay of the data; test dates within delay days of date will be omitted

Value

A gt_tbl


jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.