Nothing
test_that("IncidencePrevalence shiny", {
skip_on_cran()
directory <- tempdir()
exportStaticApp(result = omopViewerResults, directory = directory)
expect_true("shiny" %in% list.files(directory))
unlink(file.path(directory, "shiny"), recursive = TRUE)
})
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.