read_Qualtrics: Read the Qualtrics data Reads and lightly processes a CSV...

View source: R/read_Qualtrics.R

read_QualtricsR Documentation

Read the Qualtrics data Reads and lightly processes a CSV file downloaded from Qualtrics

Description

Read the CSV file downloaded from Qualtrics This function reads a Qualtrics-produced CSV file and removes the first two rows, preserving headers. The output data frame is in wide format; to convert to long format, see reshape_conjoint()

Usage

read_Qualtrics(.file)

Arguments

.file

The file name containing Qualtrics responses, preferably ending in ".csv"

Value

A data frame (wide format) with column names

A data frame containing Qualtrics responses.


yhoriuchi/cjdata documentation built on July 29, 2022, 8:42 p.m.