read_csv_qualtrics: Funcion to read csv files downloaded from Qualtrics

View source: R/qualtrics_funs.R

read_csv_qualtricsR Documentation

Funcion to read csv files downloaded from Qualtrics

Description

Wrapper around readr::read_csv() to help with reading files from qualtrics. Automatically moves the second and third rows, keeping column names, before passing to readr::read_csv().

Usage

read_csv_qualtrics(path, remove_extra_cols = TRUE, ...)

Arguments

path

character. The path to the file to read.

remove_extra_cols

logical. If TRUE, removes columns from qualtrics that are not often needed for analysis. See source code for list. Default is TRUE.

...

additional arguments to pass to readr::read_csv()


WhiteJP/jpw documentation built on April 17, 2025, 5:47 a.m.