Nothing
test_that("`test_missing_strata()` works", {
expected_strata <- data.frame(Species = "banana", type = "orchid")
warn.missing.strata(iris, expected_strata, dataname = "iris") %>%
utils::capture.output() %>% # not sure this works as intended
suppressMessages() %>%
expect_error() %>%
expect_warning()
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.