Nothing
context("show")
test_that("show:",{
data(msi,package = "RNAmodR")
data(psd,package = "RNAmodR")
data(e5sd,package = "RNAmodR")
expect_output(show(msi))
expect_output(show(psd))
expect_output(show(psd[[1]]))
expect_output(show(SequenceDataSet(e5sd,psd)))
expect_output(show(SequenceDataList(SequenceDataSet(e5sd,psd),e5sd,psd)))
})
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.