tests/testthat/test-rt_gt.R

test_that(
  desc = "rt_gt works",
  code = {
    expect_visible(
      call =
        tibble::tibble(
          a = "  a",
          b = 1
        ) |>
          rt_gt()
    )
  }
)

Try the rifttable package in your browser

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

rifttable documentation built on June 8, 2025, 1:52 p.m.