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

Try the platowork package in your browser

Any scripts or data that you put into this service are public.

platowork documentation built on May 4, 2021, 9:06 a.m.