test_that("delin", {
expect_error(delin())
skip_if_not(interactive())
# adjust full delineations
stimuli <- demo_stim()
expect_message(x <- delin(stimuli))
draw_tem(x)
# add delineations
stimuli <- demo_stim() |> remove_tem()
x2 <- delin(stimuli)
draw_tem(x2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.