tests/testthat/test-getPathwayHistory.R

library(rWikiPathways)
context("Pathway")

test_that("get by pmid and date", {
    info = getPathwayHistory('WP554',20180201)
    expect_gt(length(info), 0)
})

Try the rWikiPathways package in your browser

Any scripts or data that you put into this service are public.

rWikiPathways documentation built on Feb. 28, 2021, 2:01 a.m.