qualtrics.dict: Fetch Qualtrics survey metadata to be stored in data frame

View source: R/getQualtrics.R

qualtrics.dictR Documentation

Fetch Qualtrics survey metadata to be stored in data frame

Description

This function extracts column mappings from the metadata of a Qualtrics survey data frame. It can accept either a data frame containing Qualtrics data, a variable name as string, or a survey alias string.

Usage

qualtrics.dict(survey_alias, exclude_embedded = TRUE)

Arguments

survey_alias

Can either be an existing dataframe, variable name as string, or survey alias string

exclude_embedded

Only select QIDs

Value

A list containing the mappings of column names to survey questions.


wizaRdry documentation built on June 8, 2025, 11:30 a.m.