context("Testing getMart()")
library(tispec)
test_that('Check output of getMart', {
expect_identical(getMart(x = 'mouse', y = 79, z = tauExp), tauAnno)
expect_equal(getMart(x = 'mouse', y = 79, z = tauExp), tauAnno)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.