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")

Try the ENCODExplorer package in your browser

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

ENCODExplorer documentation built on Nov. 8, 2020, 5:11 p.m.