context("launch test")
set.seed(2020)
test_that("test launch function", {
expect_warning(wiad::Launch(archiveDir = tempdir(),
Interactive = FALSE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.