parseQrte: Parse QRTEngine data using Python.

Description Usage Arguments Value Examples

Description

Parse QRTEngine data downloaded from Qualtrics as a zip file containing a csv file. This function requires that Python 2.7 is running on your machine by default.

Usage

1
2
parseQrte(survey.zip, parser.py, ..., out.dir = "qrteout",
  unlink.out = TRUE)

Arguments

survey.zip

String. File path to zipped survey csv downloaded from Qualtrics.

parser.py

String. File path to the QRTEngine Pythong parser.

...

Optional arguments to pass to read.table()

out.dir

String. Name (possibly with path to) of directory in which to store output. Will be created if it doesn't exist. Default = "qrteout"

unlink.out

logical. Should output directory and all files be deleted before function return? Default = TRUE

Value

Data frame.

Examples

1
2
3
4
## Not run: 
parseQrte("QualtricsRaw/Esoteric_Analogies.zip", "parser/parser.py")

## End(Not run)

drsimonj/qrtenginer documentation built on May 15, 2019, 2:53 p.m.