read_qualtrics: Read qualtrics data csv

View source: R/read_qualtrics.R

read_qualtricsR Documentation

Read qualtrics data csv

Description

Qualtrics exports data with bloat, this function is an opinionated wrapper of readr::read_csv() which does some initial cleaning.

Usage

read_qualtrics(file, legacy = FALSE)

Arguments

file

a csv of data exported from qualtrics

legacy

a Logical indicating if the export used the legacy exporter

Value

A tibble of data


Lingtax/Qualtrics documentation built on July 4, 2022, 3:24 a.m.