Nothing
test_that("basic condformat works", {
skip_if_not_installed("vdiffr")
cf <- condformat(iris[c(1:5,70:75, 120:125),])
cfg <- condformat2grob(cf, draw = FALSE)
expect_equal(nrow(cfg), 18)
expect_equal(length(cfg), 216)
vdiffr::expect_doppelganger(title = "Basic condformat image", cfg)
})
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.