Skip to contents

Adjust the templates in a shiny interface. This will overwrite existing templates.

Usage

delin(stimuli)

Arguments

stimuli

list of stimuli

Value

list of stimuli with new templates

Examples

if (FALSE) {
if (interactive()) {
# adjust existing delineations
stimuli <- demo_stim() |> delin()

# create new delineations from scratch
stimuli <- demo_stim() |> remove_tems() |> delin()
}
}