Description Usage Arguments Value Examples
Extract the data from a QRTEngine survey that has already been parsed into a .csv.gz file. The parsing can be done via the python parser, for which a function in this package exists - parseQrte(). Or, the online QRTEninge parser can be used. See: https://parser.qrtengine.com/
1 | extractQrteGz(survey.csv.gz, ...)
|
survey.csv.gz |
String. File path to the .csv.gz file. |
... |
Optional arguments to pass to read.table() |
Data frame.
1 2 3 4 | ## Not run:
extractQrteGz("QualtricsParsed/Esoteric_Analogies.csv.gz")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.