Description Usage Arguments Value Examples
View source: R/clean_qualtrics_export.R
clean_qualtrics_tsv
removes artifacts that are
embedded in the raw data exports from Qualtrics.
1 2 3 4 5 6 | clean_qualtrics_export(
path,
filename = "qualtrics.tsv",
qualtrics_tag = "_Q10",
remove_participant_code = TRUE
)
|
path |
A path to data directories for project. |
filename |
The name of the exported file from Qualtrics. Note: the file must be a TSV, and the export options must prepare values as numeric that were specially coded in the study. |
qualtrics_tag |
A string literal matching the qualtrics tag that was assigned to naming by Qualtrics that should be removed for analysis. Defaults to "_Q10". |
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. |
Success message with reference to the path cleaned blocks were saved to.
1 | clean_qualtrics_export(path, filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.