library(rWikiPathways)
context("Lists")
test_that("organisms are found", {
organisms = listOrganisms()
expect_gt(length(organisms), 0)
expect_true("Anopheles gambiae" %in% organisms)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.