Description Usage Arguments Details Examples
View source: R/update_survey.R
Update survey settings
| 1 | update_survey(qsf, ...)
 | 
| qsf | qsf file as R list | 
| ... | key-value tuples (see details) | 
The list belows catalogs some of the common keys that control the behavior of a survey. The function accepts all key-value tuples.
BallotBoxStuffingPrevention : 'true' or 'false' (string)
SurveyTitle : Name of the survey appearing in the browser as the window or tab title.
SurveyMetaDescription : Search engines and social media services use this description.
Header : A string with JavaScript code placed in the header of the survey.
| 1 2 3 4 5 | data(svy_qsf)
# Enable ballot box stuffing prevention 
qsf <- update_survey(qsf, 
	 BallotBoxStuffingPrevention='true')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.