surveys: Download survey metadata

Description Usage Arguments Value See Also Examples

Description

Retrieve names, identifiers, and other metadata for all available surveys. The result is sorted by the last_modified timestamp in descending order.

Usage

1
2
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

1
2
3
4
## Not run: 
surveys()

## End(Not run)

jamesdunham/qsurvey documentation built on May 18, 2019, 11:20 a.m.