tests/testthat/test-data.R

library(testthat)

test_that("data [PMP-TEST-008]", {
  expect_is(pmplots_data(), "data.frame")
  expect_is(pmplots_data_obs(), "data.frame")
  expect_is(pmplots_data_id(), "data.frame")
})
metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon