create_crf_wb: Create Excel Workbook with Categorized Sheets of CRF Data

Description Usage Arguments Value

View source: R/create_crf_wb.R

Description

create_crf_wb() creates an Excel workbook object using the openxlsx package. The data are categorized into 5 sheets:

NBS Cases (NBS - No Recent Test)Records in NBS without a recent test. New cases.

NBS - Recent TestRecords in NBS, but with another recent test. Not new cases, since they've already tested positive recently.

NBS - Test Status UnknownRecords in NBS, but without sufficient information to determine whether they've had a prior positive test recently.

Not NBSRecords not (yet) in NBS

Not DeterminedRecords without sufficient identifying information to determine whether they're in NBS.

Usage

1

Arguments

data

CRF data prepared by prep_crf()

Value

An openxlsx WorkBook object


jesse-smith/covidcrf documentation built on March 28, 2021, 10:45 p.m.