test_that("regular loading", {
out <- getStructure("helper_structure.xlsx")
expect_equal(names(out), c("df1", "df2"))
expect_equal(names(out[[1]]), c("Titel", "Ebene"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.