test_that("getKodebokData works", {
kb <- ablanor::getKodebokData()
expect_true(all(
c("fysisk_feltnavn",
"listeverdier",
"listetekst",
"type") %in% names(kb)))
expect_true(
kb %>% is.data.frame()
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.