load_qualtrics_tsv: Load Qualtrics Data Export (TSV)

Description Usage Arguments Value Examples

View source: R/load_qualtrics_tsv.R

Description

load_qualtrics_tsv Load an exported dataset from Qualtrics that is in TSV format.

Usage

1
load_qualtrics_tsv(path, filename = "qualtrics.tsv")

Arguments

path

The path string to the qualtrics export to load.

filename

The string name of the TSV file, including the extension, that the exported data was saved with at the directory of the path provided. Defaults to "qualtrics_export.tsv".

Value

qualtrics_df A dataframe of the raw exported Qualtrics data without any processing.

Examples

1
load_qualtrics_tsv("/path/to/qualtrics_export")

sokolhessnerlab/shlab.imgct documentation built on Oct. 4, 2020, 7:31 a.m.