tests/testserver/test_ts_observationvariables_ontologies.R

context("ts observationvariables_ontologies")

con <- ba_db()$testserver

test_that("Studies_details are present", {

  res <- ba_observationvariables_ontologies(con = con)
  expect_that(nrow(res) == 1, is_true())

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