prep_acns_redcap() performs final data cleaning to prepare assigned cases for upload to REDcap.

prep_acns_redcap(.data = assign_acns(), date = attr(.data, "date"))

Arguments

.data

Assigned case data

date

The date to assume for "today"; default is given by the date attribute of the input date_tbl

Value

Data ready for upload via upload_assignments()