read_qualtrics: This function reads in data given a csv in the format that...

View source: R/read_qualtrics.R

read_qualtricsR Documentation

This function reads in data given a csv in the format that qualtrics generates, with the header row, a row of information about the variables, and then the data. Make sure you export the data from qualtrics removing line breaks, or this function won't work properly.

Description

This function reads in data given a csv in the format that qualtrics generates, with the header row, a row of information about the variables, and then the data. Make sure you export the data from qualtrics removing line breaks, or this function won't work properly.

Usage

read_qualtrics(filePath)

Value

a data frame.


michaelasher/asherR documentation built on July 5, 2023, 8:55 p.m.