addRecipient: Adds a recipient to the given panel.

View source: R/panels.R

addRecipientR Documentation

Adds a recipient to the given panel.

Description

Adds a recipient to the given panel.

Usage

addRecipient(
  username,
  password,
  libraryId,
  panelId,
  firstName = NULL,
  lastName = NULL,
  email = NULL,
  externalDataRef = NULL,
  embeddedData = NULL
)

Arguments

username

the Qualtrics username.

password

the Qualtrics password.

libraryId

the Qualtrics library id.

panelId

the Qualtrics panel id.

firstName

the recipient's first name.

lastName

the recipient's last name.

email

the recipient's email address.

externalDataRef

Qualtrics extrenral data ref.

embeddedData

embedded data for the recipient.


jflournoy/scorequaltrics documentation built on April 29, 2022, 9:17 p.m.