finished: How many surveys were finished?

View source: R/shorthands.R

finishedR Documentation

How many surveys were finished?

Description

Just a simple to check how many times a survey (e.g. diary) was finished. It defaults to checking the "ended" variable for this.

Usage

finished(survey, variable = "ended")

Arguments

survey

which survey are you asking about?

variable

which variable should be filled out, defaults to "ended"

Examples

survey = data.frame(ended = c("2016-05-28 10:11:00", NA, "2016-05-30 11:18:28"))
finished(survey = survey)

rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.