Retrieve a representation of the elements in a survey and their configuration.

design(id, key = Sys.getenv("QUALTRICS_KEY"),
  subdomain = Sys.getenv("QUALTRICS_SUBDOMAIN"), verbose = FALSE)

Arguments

id

A Qualtrics survey identifier.

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

verbose

Print progress.

Value

design() returns a qualtrics_design object, which is an S3 class built from a list.

See also

responses

Examples

# NOT RUN {
design_object <- design("SV_0VVlb9QwJ4bsBKZ")
print(design_object)
# }