get_preferred_testpos7 | R Documentation |
Evaluates testing data sources for quality based on new tests per 1K and test positivity over the last 7 days providing a preferred choice between the two sources, OWID or FIND OUTPUT:
get_preferred_testpos7(test_long, last_X_days = 14, analysis_date = NULL)
## Not run:
tests_preferred <- get_preferred_testpos7(test_long, last_X_days = 14, analysis_date = analysis_date)
tests_preferred <- get_preferred_testpos7(test_long, last_X_days = 14, analysis_date = Sys.Date - 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.