Description Usage Arguments Value Examples
Update a surve's name, status or expiration date
1 | update_survey(survey_id, status, new_name = NULL, expiration_dates = NULL)
|
survey_id |
the survey id |
status |
is the activity status of the survey (true or false) |
new_name |
is the edited name of the survey |
expiration_dates |
an array with startDate and endDate (format "2016-01-01T01:00:00Z") |
A execution status code
1 2 3 4 | ## Not run: update_survey("SV_012345678901234", TRUE)
## Not run: update_survey("SV_012345678901234", TRUE, "new_name",
c("2016-01-01T01:00:00Z","2016-03-01T01:00:00Z"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.