View source: R/import.easyhtml.R
import.easyhtmlq | R Documentation |
Imports data from *.JSON files created with easy-HTMLQ software for Q-sort administration.
import.easyhtmlq(filename, ...)
filename |
a file with extension *.JSON (see full description of the file below in References). |
... |
further arguments to be passed to |
Extracts the raw data of a Q methodology study from the native format saved in easy-HTMLQ. Returns a list with two objects.
The first object contains a data frame with items as rows and Q-sorts as columns, ready to be used in qmethod
. It sets the Q-sort names to the values in the column 'uid' or else in 'sid'.
The second object contains the additional data collected. Columns npos
, nneu
and nneg
have the number of items allocated to the groups of 'positive', 'neutral', and 'negative' respectively. Columns which name start with comment*
and form*
contain further information introduced by the respondent. Columns which name start with dur*
contain the time that the respondent spent in each screen. Column datetime
contains the data stamp when the Q-sort was submitted.
Aiora Zabala
Banasick, Shawn, 2021. easy-htmlq, Available at: https://github.com/shawnbanasick/easy-htmlq, based on Oschlies, Johannes and Killing, Marvin, 2015. HTMLQ, Available at: https://github.com/aproxima/htmlq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.