survey_duration | R Documentation |
Calculate the duration of a survey
survey_duration(.tbl, start, end, new_colname = "survey_duration")
.tbl |
A tibble |
start |
Start column name |
end |
End column name |
new_colname |
The new column name of the time duration |
Note: it is necessary to have 'start' and 'end' columns
A tibble with three new colums, including the duration of survey in minutes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.