tests/testthat/_snaps/dt_level.md

dt_level Test 5: input is not scalar

Code
  dt_level(c("D", "M", "Y"))
Condition
  Error in `dt_level()`:
  ! Argument `level` must be a scalar of class <character>, but is length 3

dt_level Test 6: input is scalar character but not in expected set

Code
  dt_level("d")
Condition
  Error in `dt_level()`:
  ! Argument `level` must be equal to one of "n", "D", "M", or "Y".


Try the admiral package in your browser

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

admiral documentation built on June 22, 2024, 9:06 a.m.