Skip to contents

Check All Templates are the Same

Usage

same_tems(stimuli)

Arguments

stimuli

list of stimuli

Value

logical

Examples

stim <- demo_stim()
stim2 <- subset_tem(stim, features("gmm"))

same_tems(stim)
#> [1] TRUE

c(stim, stim2) |> same_tems()
#> [1] FALSE