inv_calc_total: Calculate Summary Investigation Numbers

View source: R/inv_table_total.R

inv_calc_totalR Documentation

Calculate Summary Investigation Numbers

Description

Calculate Summary Investigation Numbers

Usage

inv_calc_total(
  data = pos(process_inv(read_inv(date = date))),
  nit_token = Sys.getenv("redcap_NIT_token"),
  prior_contacts = 45669L,
  date = NULL
)

Arguments

data

Case data, as output by pos(process_inv())

nit_token

API token/key for accessing the NIT REDcap project

prior_contacts

Number of contacts recorded prior to REDcap implementation

date

The download date of data; defaults to most recent

Value

A tibble


jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.