Description Usage Arguments Value Examples
View source: R/process_metrics.R
Process the shaped testing data into a Tableau ready format
1 | process_testing(testing_df)
|
testing_df |
data.frame output by |
a Tableau ready data.frame with the following columns:
Date hospital information was reported
Name of geographic unit (county, state, HERC region)
ID code for geographic unit (FIPS for county and state)
Are row values summary or daily values
Count of specimens positive for COVID-19
Count of specimens not positive for COVID-19
Count of specimens
Percent specimens positive for COVID-19
Total number of incidents tested
Target number of incidents to test
Percent incidents tested out of target (Testing_Incident_Tests / Testing_Incident_Test_Target)
Summary metric for testing based on Testing_Percent_Positive and Testing_Percent_of_Target
1 2 3 4 | ## Not run:
#write me an example
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.