Description Usage Arguments Value Examples
View source: R/process_metrics.R
Shape Testing summary data for metric calculations
1 | shape_testing_data(testing_df)
|
testing_df |
data.frame output by |
a list of data.frames. The "summary" data.frame has one row per county, state, and HERC region with the following columns
FIPS Code and/or region identifier
Name of geography
Are row values summary or daily values
Count of positive specimens
Count of negative specimens
Positives + Negatives
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 test results came in
FIPS Code and/or region identifier
Name of geography
Are row values summary or daily values
Count of positive specimens
Count of negative specimens
Positives + Negatives
1 2 3 4 | ## Not run:
#Add examples here
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.