Description Usage Arguments Value
View source: R/create_crf_wb.R
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.
1 | create_crf_wb(data = prep_crf())
|
data |
CRF data prepared by |
An openxlsx WorkBook object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.