inst/unitTests/local_test_extract_table.R

if(FALSE) {
  library( "RUnit" )
  library( "ENCODExplorer" )
}

res = extract_table(type = "platform")
checkTrue(nrow(res) > 0, "this function should return an non empty data.frame")

res = extract_table(type = "test")
checkTrue(nrow(res) == 0, "this function should return an empty data.frame")
CharlesJB/ENCODExplorer-release documentation built on May 6, 2019, 9:57 a.m.