View source: R/read_Qualtrics.R
read_Qualtrics | R Documentation |
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()
read_Qualtrics(.file)
.file |
The file name containing Qualtrics responses, preferably ending in ".csv" |
A data frame (wide format) with column names
A data frame containing Qualtrics responses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.