name: lab_yoy_trend
fullname: Lab Year Over Year Trends
description: >
Generates a trend report of testing volume and the percent of
tests that are positive for all Lab A LabCategory 2
options in the ESSENCE Laboratory by Results data source.
Original Code By: Dylan Johns & Kelly Carey.
Adapted to the Rnssp Package by: Gbedegnon Roseric Azondekon.
National Syndromic Surveillance Program (NSSP).
Centers for Disease Control and Prevention (CDC).
create_dir: true
This template generates a trend report of testing volume and the percent of tests that are positive for all Lab A LabCategory 2 options in the ESSENCE Laboratory by Results data source. Users are able to select a time period and geographic region (national, HHS Region, state, or county).
When knit with parameters, this template generates a report in HTML format.
# Add `lab_yoy_trend` to my existing Rnssp installation
Rnssp::add_rmd_template("lab_yoy_trend")
# Remove `lab_yoy_trend` from my existing Rnssp installation
Rnssp::remove_rmd_template("lab_yoy_trend")
For questions, ideas for improvement/collaboration, or attribution, please submit an issue here.