Description Usage Arguments Value Examples
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.
1 2 |
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 |
Data frame.
1 2 3 4 | ## Not run:
parseQrte("QualtricsRaw/Esoteric_Analogies.zip", "parser/parser.py")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.