tests/testthat/test-getRecentChanges.R

library(rWikiPathways)
context("Pathway")

test_that("get by date", {
    info = getRecentChanges('20180201000000')
    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.