copy_survey: Create a copy of a survey

Description Usage Arguments Value Examples

View source: R/surveys.R

Description

The survey can be copied within the same account or to another user account. Default uses the user id returned by who_am_i function. When a survey gets copied it will appear in the 'Uncategorized' folder

Usage

1
copy_survey(survey_id, copy_name, user_id = NULL)

Arguments

survey_id

the survey id

copy_name

the name of the survey copy

user_id

if provided, copies the survey to another account

Value

The id of the copied survey

Examples

1
2
## Not run: copy_survey("SV_012345678901234", "survey_copy")
## Not run: copy_survey("SV_012345678901234", "survey_copy", "UR_012345678912345")

ppssphysics/QualtricsInR documentation built on Aug. 30, 2021, 8:12 a.m.