shape_testing_data: Shape Testing summary data for metric calculations

Description Usage Arguments Value Examples

View source: R/process_metrics.R

Description

Shape Testing summary data for metric calculations

Usage

1
shape_testing_data(testing_df)

Arguments

testing_df

data.frame output by pull_testing

Value

a list of data.frames. The "summary" data.frame has one row per county, state, and HERC region with the following columns

Region_ID

FIPS Code and/or region identifier

Region

Name of geography

RowType

Are row values summary or daily values

Positives

Count of positive specimens

Negatives

Count of negative specimens

Total

Positives + Negatives

Date

Summary Date for 2 week period

and the "daily" data.frame has one row per county, state, and HERC region per day for the two week period with the following columns

Date

Date test results came in

Region_ID

FIPS Code and/or region identifier

Region

Name of geography

RowType

Are row values summary or daily values

Positives

Count of positive specimens

Negatives

Count of negative specimens

Total

Positives + Negatives

Examples

1
2
3
4
## Not run: 
  #Add examples here

## End(Not run)

carlbfrederick/ohiCovidMetrics documentation built on Jan. 10, 2022, 12:20 p.m.