get_testing_long: get_testing_long

View source: R/get_testing.R

get_testing_longR Documentation

get_testing_long

Description

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

## Not run: 
testing_long <- get_testing_long()

## End(Not run)


CDCgov/SaviR documentation built on April 14, 2025, 7:46 a.m.