test_that("reactable_ozcbi_forest works", {
data("bgf")
rt <- bgf %>%
add_ozcbi_forest() %>%
reactable_ozcbi_forest()
testthat::expect_equal(class(rt), c("reactable", "htmlwidget"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.