Description Usage Arguments Value Examples
View source: R/func_get_item_responses.R
Get Item Responses for CRT Data
1 2 3 4 | get_item_responses(
.data,
items = c("brick", "chair", "cup", "key", "knife", "watch")
)
|
.data |
CRT Data processed by |
items |
The items to query. Default is |
It returns a data frame with the following columns:
item: The item a to which the given response corresponds.
response: The creative use for the item.
1 2 3 4 5 6 7 | # By default, get all six item responses
get_item_responses(crt_data)
# Only get individual item responses
get_item_responses(crt_data, "cup")
get_item_responses(crt_data, "chair")
get_item_responses(crt_data, "Key")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.