tests/testthat/test_plato.R

context("Data exists")
library(platowork)

test_that("plato has the right dimensions", {
  expect_equal(dim(plato), c(225, 6))
})
#> Test passed
lassehjorthmadsen/platowork documentation built on March 20, 2022, 1:10 a.m.