get_info: Get Information

View source: R/info.R

get_infoR Documentation

Get Information

Description

Get Information

Usage

get_info(stimuli, ..., .rownames = "id")

Arguments

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)

Value

a data frame or vector of the info

See Also

Other info: add_info(), compare(), get_point(), height(), metrics(), rename_stim(), width()

Examples

stimuli <- demo_stim() |>
  add_info(project = "test", gender = c("F", "M"))

get_info(stimuli)
get_info(stimuli, "gender")

webmorphR documentation built on June 2, 2022, 5:07 p.m.