parse_qualtrics_export: Parse Qualtrics Export Dataframe

Description Usage Arguments Value Examples

View source: R/parse_qualtrics_export.R

Description

parse_qualtrics_export

Usage

1
2
3
4
5
6
parse_qualtrics_export(
  qualtrics_export,
  qualtrics_tag = "_Q10",
  drop_rows = c(2),
  remove_participant_code = TRUE
)

Arguments

qualtrics_export

The path string to the clean block to load.

qualtrics_tag

String literal for Qualtrics naming convention needed for parsing. Defaults to "_Q10".

drop_rows

A vector of row numbers to drop. Defaults to 'c(2)'.

remove_participant_code

A boolean to remove the MTurk-created participantCode. Useful if wanting to obfuscate participants. Defaults to TRUE, but change to FALSE if needing to reference raw codes in analysis.

Value

parsed_qualtrics_export A dataframe of the parsed qualtrics export data, meaning no artifacts are left behind.

Examples

1
parse_qualtrics_export(qualtrics_export, remove_participant_code = TRUE)

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