# Recalculate all calculated fields
if (FALSE) {
results <- rd_recalculate(
data = covican$data,
dic = covican$dictionary,
event_form = covican$event_form
)
}
# Recalculate but exclude some variables
if (FALSE) {
results <- rd_recalculate(
project = covican,
exclude = c("age", "screening_fail_crit")
)
}
Run the code above in your browser using DataLab