tests/testthat/test-quick_rtf_jnj.R

test_that("errors work as expected", {
  expect_error(
    quick_rtf_jnj(borders = c(TRUE, FALSE))
  )
  expect_error(
    quick_rtf_jnj(open = c(NA))
  )
})

Try the tidytlg package in your browser

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

tidytlg documentation built on June 22, 2024, 10:43 a.m.