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

Records in NBS without a recent test. New cases.

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

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

Records not (yet) in NBS

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

create_crf_wb(data = prep_crf())

Arguments

data

CRF data prepared by prep_crf()

Value

An openxlsx WorkBook object