Nothing
requireNamespace("testthat")
testthat::test_that("ColTypeR class is correct", {
testthat::expect_type(BeeBDC::ColTypeR(), "list")
})
testthat::test_that("ColTypeR class is correct", {
testthat::expect_equal(attributes(BeeBDC::ColTypeR())$class, "col_spec")
})
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.