Nothing
test_that("input validation", {
skip_on_cran()
expect_type(get_Layout("empty"),
"list")
expect_type(get_Layout("journal"),
"list")
expect_warning(res <- get_Layout("error"),
"Layout definition not supported, default layout is used")
expect_equal(res,
get_Layout("default"))
input <- list(element = "value")
expect_equal(get_Layout(input),
input)
})
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.