tests/testthat/_snaps/untibblify.md

checks input

Code
  (expect_error(untibblify(1:3)))
Output
  <error/rlang_error>
  Error in `untibblify()`:
  ! `x` must be a list. Instead, it is a <integer>.
Code
  (expect_error(untibblify(new_rational(1, 1:3))))
Output
  <error/rlang_error>
  Error in `untibblify()`:
  ! `x` must be a list. Instead, it is a <vctrs_rational>.


Try the tibblify package in your browser

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

tibblify documentation built on Nov. 16, 2022, 5:07 p.m.