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"))

Arguments

key

A Qualtrics API key (by default, the value of the environment variable QUALTRICS_KEY).

subdomain

A Qualtrics subdomain (by default, the value of the environment variable QUALTRICS_SUBDOMAIN).

Value

A data.table of survey metadata

See also

find_id

Examples

# NOT RUN {
surveys()
# }