design: Download a survey's design

Description Usage Arguments Value See Also Examples

Description

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

Usage

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

1
2
3
4
5
## Not run: 
design_object <- design("SV_0VVlb9QwJ4bsBKZ")
print(design_object)

## End(Not run)

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