get_testing_long | R Documentation |
Download and combine full time series data related to testing as compiled by Our World in Data (OWID) and FIND. Note that OWID testing data will no longer be updated from 23 June 2022 on.
get_testing_long(find_maxgap = 31, flag_test_increase = 5)
find_maxgap |
(numeric, default: 31) Gap between cumulative testing number to linearly interpolate |
flag_test_increase |
(numeric, default: 5) Flag for increase in interpolated cumulative tests |
Returns a longitudinal data frame with both FIND and OWID data sets with consistent definitions with n rows and 38 columns.
## Not run:
testing_long <- get_testing_long()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.