inst/unitTests/local_test_extract_table.R

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

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

res = fetch_table_from_ENCODE_REST(type = "test")
checkTrue(nrow(res) == 0, "this function should return an empty data.frame")
ArnaudDroitLab/ENCODExplorerData documentation built on Oct. 8, 2020, 1:32 a.m.