context("Testing workflow")
source(system.file("testdata/workflow_animals/setup.R", package = "certigo"))
expect_rerun_somewhere(animal_workflow$run())
animal_workflow$reset()
expect_cached_somewhere(animal_workflow$run())
expect_is(animal_workflow$plot(), "ggplot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.