surveylist(page = NULL, page_size = NULL, start_date = NULL, end_date = NULL, title = NULL, recipient_email = NULL, order_asc = NULL, fields = NULL, api_key = getOption('sm_api_key'), oauth_token = getOption('sm_oauth_token'), ...)
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_survey
.The fields
argument accepts one or more of the following values: title
, analysis_url
, preview_url
, date_created
, date_modified
, language_id
, question_count
, num_responses
.
## Not run:
# smlogin()
# surveylist()
# ## End(Not run)
Run the code above in your browser using DataLab