context("Checking for consistency in colnames and rownames")
example("MultiAssayExperiment")
test_that("rownames and colnames return CompressedCharacterList", {
expect_true(is(rownames(myMultiAssayExperiment),
"CompressedCharacterList"))
expect_true(is(colnames(myMultiAssayExperiment),
"CompressedCharacterList"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.