test_that("Shiny app is generated", {
expect_is(pcaExplorer(), "shiny.appobj")
expect_is(pcaExplorer(dds, rlt), "shiny.appobj")
expect_is(pcaExplorer(countmatrix = cm, coldata = cd), "shiny.appobj")
expect_is(pcaExplorer(dds = dds), "shiny.appobj")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.