Nothing
testthat::test_that(
desc = "styleTabC2 works",
code = {
x <- eCerto:::test_Certification_Excel()
suppressWarnings({ x <- eCerto:::prepTabC2(dat = x) })
x <- eCerto:::styleTabC2(x = x, n = 2)
testthat::expect_true(inherits(x, "datatables"))
}
)
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.