collectors(survey, page = NULL, page_size = NULL, start_date = NULL, end_date = NULL, name = NULL, order_asc = NULL, fields = NULL, api_key = getOption('sm_api_key'), oauth_token = getOption('sm_oauth_token'), ...)
surveylist
.YYYY-MM-DD HH:MM:SS
, implicitly in UTC; if argument is of class POSIXct
, formatting is handled automatically.YYYY-MM-DD HH:MM:SS
, implicitly in UTC; if argument is of class POSIXct
, formatting is handled automatically.sm_collector
class object. See Details.getOption('sm_api_key')
.smlogin
. By default, retrieved from getOption('sm_oauth_token')
.POST
.sm_collector
.The fields
argument accepts one or more the following values: url
, open
, type
, name
, date_created
, date_modified
.
## Not run:
# smlogin()
# s <- surveylist()
# collectors(s[[1]]$survey_id)
# ## End(Not run)
Run the code above in your browser using DataLab