test_that("glance works", {
glanced <- glance(hts_example_model)
expect_s3_class(glanced, "tbl")
expect_snapshot(glanced)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.