tests/testthat/test-data.R

test_that("secop1 works", {
  RESULT=FALSE

  dim(secop1.full)

  RESULT=TRUE
  expect_equal(RESULT, TRUE)
})

test_that("secop1.multas works", {
  RESULT=FALSE

  dim(secop1.multas)

  RESULT=TRUE
  expect_equal(RESULT, TRUE)
})
nietodaniel/LargeDataExplorer documentation built on Sept. 20, 2020, 7:57 p.m.