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)
})
egonw/rWikiPathways documentation built on May 10, 2021, 11:52 a.m.