context("simData")
test_that("doTable could work correctly", {
data("throat.otu.tab")
data("throat.tree")
expect_error(simData(tree = throat.tree,
data = throat.otu.tab,
ratio = 2))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.