Description Usage Arguments Author(s) See Also Examples
View source: R/qualtrics_config_file.R
Prints an Example of a QualtRics Configuration File to the Console.
1 2 3 4 5 6 7  | qualtRicsConfigFile(api_token = NULL, base_url = NULL, verbose = TRUE,
  useLabels = TRUE, convertVariables = TRUE, useLocalTime = FALSE,
  dateWarning = TRUE, root_url = NULL)
qualtrics_config_file(api_token = NULL, base_url = NULL, verbose = TRUE,
  useLabels = TRUE, convertVariables = TRUE, useLocalTime = FALSE,
  dateWarning = TRUE, root_url = NULL)
 | 
api_token | 
 String. API token. Available in your qualtrics account (see: https://api.qualtrics.com/docs/authentication)  | 
base_url | 
 String. Base url for your institution (see: https://api.qualtrics.com/docs/root-url)  | 
verbose | 
 Logical. If TRUE, verbose messages will be printed to the R console. Defaults to TRUE.  | 
useLabels | 
 Logical. TRUE to export survey responses as Choice Text or FALSE to export survey responses as values.  | 
convertVariables | 
 Logical. If TRUE, then the   | 
useLocalTime | 
 Logical. Use local timezone to determine response date values? Defaults to FALSE. See https://api.qualtrics.com/docs/dates-and-times for more information.  | 
dateWarning | 
 Logical. Once per session, qualtRics will emit a warning about date conversion for surveys. You can turn this warning off by changing the flag to FALSE. Defaults to TRUE.  | 
root_url | 
 String. Deprecated. Use base url instead. This will be removed in future versions.  | 
Jasper Ginn
See https://api.qualtrics.com/docs/root-url for documentation on the Qualtrics API. See https://github.com/ropensci/qualtRics/blob/master/README.md#using-a-configuration-file for more information about the qualtRics configuration file.
1 2 3 4 5  | ## Not run: 
# Execute this line to get instructions on how to make a .qualtrics.yml config file.
qualtRicsConfigFile()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.