-
Notifications
You must be signed in to change notification settings - Fork 23
Description
running the createsurvey function generates an error, e.g your example from HELP file
s <- surveylist()
createsurvey(survey = s[[1]]$survey_id, title = 'Copied survey',
collector_name='Emails',
recipients = list('first@example.com', 'second@example.com'),
email_replyto='me@example.com', email_subject='Please complete a short survey!')
$status
[1] 3
$errmsg
[1] "additional properties not defined by 'properties' are not allowed in field '_data' in recipient."
Warning message:
In createsurvey(survey = s[[1]]$survey_id, title = "Copied survey", :
An error occurred: additional properties not defined by 'properties' are not allowed in field '_data' in recipient.
This appears to be a known error in calls to SurveyMonkey API, e.g.
http://stackoverflow.com/questions/23660837/additional-properties-error-in-survey-monkey-api-call
suggests change to list structure in the createsurvey function?...wondering if other people have hit this issue?
thanks!
kevin
