qualtricsAuth: Save Qualtrics Authentication Info.

Description Usage Arguments Details Value Author(s) Examples

Description

This function stores your username and token in a file for easier access.

Usage

1
qualtricsAuth(username, token, file)

Arguments

username

Your username from Qualtrics. Defaults to 'username' from qualtricsAuth function (it has to be ran and loaded first).

token

Your token from Qualtrics. Defaults to 'token' from qualtricsAuth function (it has to be ran and loaded first).

file

Where you want the .RData file to be stored and what you want it to be names. Defaults to "qualtricsAuthInfo.RData"

Details

You can find your username and token in your account settings.

Value

This function creates an .RData file in you working directory.

Author(s)

Seth Berry

Examples

1
2
3
4
5
6
## Not run: 

qualtricsAuth("qualtricsUser@email.address#brand", "tokenString", 
              file = "qualtricsAuthInfo.RData")

## End(Not run)

saberry/qualtricsR documentation built on Aug. 21, 2020, 5:55 p.m.