| get_info | R Documentation |
Get Information
get_info(stimuli, ..., .rownames = "id")
stimuli |
list of stimuli |
... |
column names to return |
.rownames |
whether to return a table with no rownames (NULL), rownames from the list item names (NA), or as a new column (the column name as a string) |
a data frame or vector of the info
Other info:
add_info(),
compare(),
get_point(),
height(),
metrics(),
rename_stim(),
width()
stimuli <- demo_stim() |>
add_info(project = "test", gender = c("F", "M"))
get_info(stimuli)
get_info(stimuli, "gender")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.