Nothing
test_that("AsIs", {
expect_snapshot({
construct(I(month.abb))
construct(I(month.abb), opts_AsIs("next"))
construct(I(head(cars,2)))
x <- 1
class(x) <- c("AsIs", "foo")
construct(x)
class(x) <- c("foo", "AsIs")
construct(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.