respondentlist(survey, collector = NULL, page = NULL, page_size = NULL, start_date = NULL, end_date = NULL, start_modified_date = NULL, end_modified_date = NULL, name = NULL, order_asc = NULL, order_by = NULL, fields = NULL, api_key = getOption('sm_api_key'), oauth_token = getOption('sm_oauth_token'), ...)
surveylist
.collectors
.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.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_respondent
.The fields
argument accepts one or more of the following values: date_start
, date_modified
, collector_id
, collection_mode
, custom_id
, email
, first_name
, last_name
, ip_address
, status
, analysis_url
.
## Not run:
# smlogin()
# s <- surveylist()
# respondentlist(s[[1]]$survey_id)
# ## End(Not run)
Run the code above in your browser using DataLab