Nothing
library(rWikiPathways)
context("Pathway")
test_that("get WP4", {
info = getPathwayInfo("WP4")
expect_that(info$id, equals("WP4"))
})
test_that("get WP4 (again)", {
info = getPathwayInfo(pathway="WP4")
expect_that(info$id, equals("WP4"))
})
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.