Nothing
test_that("Test layout is in layout", {
adsl <- eg_adsl
out1 <- t_dm_slide(adsl, "TRT01P", c("SEX", "AGE", "RACE", "ETHNIC", "COUNTRY"))
expect_no_error(generate_slides(out1, paste0(tempdir(), "/dm.pptx")))
expect_error(generate_slides(out1, paste0(tempdir(), "/dm.pptx"), layout = "some layout"))
})
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.