tests/testserver/test_ts_markerprofiles_allelematrix_details.R

context("ts markerprofiles_allelematrices_details")

con <- ba_db()$testserver

test_that("Calls are present", {

  res <- ba_markerprofiles_allelematrices_details(con = con, studyDbId = "1001" )
  expect_that(nrow(res) >= 1, is_true())

})
CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.