tests/testthat/helper-checks.R

isNode = function(obj) {
    cl = class(obj)
    return("node" %in% cl || "boltNode" %in% cl)
}
nicolewhite/RNeo4j documentation built on May 23, 2019, 5:09 p.m.