test_that("check_data", {
expect_null(chk::check_data(
efspecies,
values = list(
Species = factor(""),
CommonName = factor("")
),
exclusive = TRUE,
order = TRUE,
nrow = 2,
key = c("Species")
))
chk::check_key(efspecies, "CommonName")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.