Last chance! 50% off unlimited learning
Sale ends in
Add info with a data table that contains the info in either the same order as the stimulus list, or matching the stimuli item name with the column specified by .by
.
add_info(stimuli, ..., .by = NULL)
list of stimuli
data table or named vectors of info to add
the column to use to match info to stimuli names; leave NULL if the data are to be matched by order
list of stimuli with info added
You can also add data as named vectors.
Other info:
compare()
,
get_info()
,
get_point()
,
height()
,
metrics()
,
rename_stim()
,
width()
# NOT RUN {
stimuli <- demo_stim() |>
add_info(project = "XXX", gender = c("F", "M"))
stimuli$f_multi$info |> str()
# }
Run the code above in your browser using DataLab