Nothing
test_that("save an autoslider output", {
output <- t_dm_slide(adsl = testdata$adsl) %>%
decorate(title = "test title", footnote = "") %>%
list()
outfile <- paste0(tempdir(), "/output.pptx")
testthat::expect_no_error(
generate_slides(
output,
outfile = outfile,
table_format = autoslider_format
)
)
testthat::expect_no_error(
generate_slides(
output,
outfile = outfile,
template = outfile,
table_format = blue_format
)
)
testthat::expect_no_error(
generate_slides(
output,
outfile = outfile,
template = outfile,
table_format = orange_format
)
)
testthat::expect_no_error(
generate_slides(
output,
outfile = outfile,
template = outfile,
table_format = red_format
)
)
testthat::expect_no_error(
generate_slides(
output,
outfile = outfile,
template = outfile,
table_format = purple_format
)
)
})
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.