Nothing
test_that("array", {
expect_snapshot({
construct(as.array(month.abb))
construct(as.array(month.abb), opts_array("next"))
construct(array(1:3, c(2,4)))
construct(structure(1, class = "array"))
construct(structure(1, class = "array", dim = 1))
})
})
test_that("classed array", {
expect_snapshot({
construct(structure(array(1:27, c(3,3,3)), class = "a"))
})
})
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.