View source: R/answer_rating.R
answer_rating | R Documentation |
This can be used to manually rate qualitative text answers in tests by having one answer displayed at a time. The given answers can be subsequently saved as new CSV file.
answer_rating(
data,
name,
skip,
export = TRUE)
data |
a data frame with individual participants in rows and different measures in columns. |
name |
name of the column to specify the output file. |
skip |
TRUE if you want to skip all lines that contain NA. Default is FALSE. |
export |
TRUE if a CSV file with the modified data should be exported, FALSE if not. |
answer_rating(data = data[2:55,], name = "Understanding", skip = TRUE, export = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.