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)
id | A Qualtrics survey identifier. |
---|---|
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 |
verbose | Print progress. |
design()
returns a qualtrics_design
object, which is an
S3 class built from a list.
# NOT RUN { design_object <- design("SV_0VVlb9QwJ4bsBKZ") print(design_object) # }