Skip to contents

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.

Usage

get_testing_long(find_maxgap = 31, flag_test_increase = 5)

Arguments

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

Value

Returns a longitudinal data frame with both FIND and OWID data sets with consistent definitions with n rows and 38 columns.

Examples

if (FALSE) {
testing_long <- get_testing_long()
}