A summary method for study items extracted via cbn_get_items.

# S3 method for cbn_study
summary(object, ...)

Arguments

object

A set of study items

...

Ignored

Value

Condition names, roles (target or attribute) and N for study items

Examples

its <- cbn_get_items("WEAT", 6) summary(its)
#> WEAT6 #> Condition Role N #> Career attribute 8 #> Family attribute 8 #> FemaleNames target 8 #> MaleNames target 8