Retrieve names, identifiers, and other metadata for all available surveys.
The result is sorted by the last_modified
timestamp in descending
order.
surveys(key = Sys.getenv("QUALTRICS_KEY"), subdomain = Sys.getenv("QUALTRICS_SUBDOMAIN"))
key | A Qualtrics API key (by default, the value of the environment
variable |
---|---|
subdomain | A Qualtrics subdomain (by default, the value of the
environment variable |
A data.table of survey metadata
# NOT RUN { surveys() # }