test_that("output is the same as expected", {
reference <- readRDS(file.path("testdata", "reference.RDS"))
markov <- markov()
expect_equal(markov, reference)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.