Nothing
test_that("print.condformat_tbl returns its input", {
data(iris)
x <- condformat(head(iris, n = 1))
# capture.output is used so we don't pollute the test output
utils::capture.output(out <- print(x, viewer = NULL))
expect_identical(out, x)
})
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.