View source: R/survey_duration.R
survey_duration_from_audit | R Documentation |
Quick Surveys
survey_duration_from_audit(
data,
audit_zip_path,
filter = T,
filter_column = "informed_consent",
filter_choice = "yes",
uuid_col_name = "X_uuid",
start_question,
end_question
)
data |
Data set |
audit_zip_path |
Location for audit zip file |
filter |
Yes, if you want to apply |
filter_column |
Name of filter column |
filter_choice |
Filter choice name |
uuid_col_name |
Column containing unique identifier |
start_question |
Start question, where calculation for time duration will start. |
end_question |
End question node to where calculation for time duration will end. |
Survey duration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.