getSurveyNamesID: Get survey names and IDs from Qualtrics.

Description Usage Arguments Details Value Author(s) Examples

View source: R/getSurveyNamesID.R

Description

This function brings in your survey names and IDs from Qualtrics.

Usage

1
getSurveyNamesID(username, token)

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

Details

You can find your username and token in your account settings. Alternatively, you can use the 'qualtricsAuth' function to store a file with your username and token.

Value

This function returns a data frame.

Author(s)

Seth Berry

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 

# Establish qualtricsAuth file first #

qualtricsAuth("username", "token") # You must provide these from Qualtrics.

load("file/location/qualtricsAuthInfo.RData")

getSurveyNamedsID(username, token)

# Without qualtricsAuth #

getSurveyNamedsID(username = "qualtricsUser@email.address#brand", 
                    token = "tokenString")

## End(Not run)

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