test_that("check temporary directory",{
expect_error(controlEM(tempDir = file.path(tempdir(),'dirdoesntexist')))
expect_true(dir.exists(controlEM()$tempDir))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.