expect_equal(
{
tmp <- tempfile()
on.exit(unlink(tmp), add = TRUE)
sink(tmp)
x <- glimpse(mtcars)
sink(NULL)
x
},
mtcars,
info = "The object is returned invisibly"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.