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