R/misc.R
Just a simple to check how many times a survey (e.g. diary) has expired (i.e. user missed it). It defaults to checking the "expired" variable for this.
expired(survey, variable = "expired")
| survey | which survey are you asking about? |
|---|---|
| variable | which variable should be filled out, defaults to "expired" |
survey <- data.frame(expired = c(NA, "2016-05-29 10:11:00", NA)) expired(survey = survey)#> [1] 1