context("Load Excel book")
test_that("load_kami_excel() works", {
expect_is(load_kami_excel(path = "excels/clustered.xlsx",
sheet = "2019"),
"data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.