tests/testthat/_snaps/chk-index.md

chk_index errors with x = NA

Code
  chk_index(NA)
Condition
  Error in `chk_index()`:
  ! `NA` must be integer.

chk_index errors with empty x

Code
  chk_index(integer(0))
Condition
  Error in `chk_index()`:
  ! `integer(0)` must not be empty (zero length).


Try the extras package in your browser

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

extras documentation built on April 4, 2025, 2:40 a.m.