Nothing
test_that("classification codes play nice with factor levels", {
skip_on_cran()
d <- cansim::get_cansim("10-10-0016") |>
distinct(`Statement of operations and balance sheet`)
expect_equal(sum(is.na(d)),0)
})
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.