powered by
Get Information
get_info(stimuli, ..., .rownames = "id")
list of stimuli
column names to return
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()
add_info()
compare()
get_point()
height()
metrics()
rename_stim()
width()
# NOT RUN { stimuli <- demo_stim() |> add_info(project = "test", gender = c("F", "M")) get_info(stimuli) get_info(stimuli, "gender") # }
Run the code above in your browser using DataLab