Share a survey with another account
share_survey(survey_id, user_id, surv_permissions)
survey_id | the survey id |
---|---|
user_id | the user id of the account with whom you are sharing the survey |
surv_permissions | array of numbers for permissions activation |
A status execution code
if (FALSE) share_survey("SV_012345678901234", "UR_012345678912345", 15) if (FALSE) share_survey("SV_012345678901234", "UR_012345678912345", c(15, 23))