test_that("augment works", {
augmented <- augment(hts_example_model)
expect_s3_class(augmented, "tbl")
expect_equal(nrow(malaria_africa_ts),
nrow(augmented))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.