tests/testthat/test-data.R

test_that("gardner nrow matches expected", {
  expect_equal(2325, nrow(worksgardner))
})
test_that("janson nrow matches expected", {
  expect_equal(1634, nrow(worksjanson))
})
test_that("artists nrow matches expected", {
  expect_equal(3162, nrow(artists))
})

Try the arthistory package in your browser

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

arthistory documentation built on May 3, 2022, 5:08 p.m.