Description Usage Arguments Value
View source: R/processRatings.R
This function takes the data column from the output of
readRatings
and filters it for rows that contain the phrase
"Question". It then replaces any rows that contain "NEGATIVE," meaning the
subject was asked "How negative does this image make you feel?" and replaces
it with the string "negative." It replaces rows that contain the string
"POSITIVE" with the string "positive."
1 |
data |
The data output from |
A dataframe/tibble column titled "question" with variables positive and negative signifying the question asked on each round.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.