tests/testthat/_snaps/checks.md

print.artoo_checks renders the toggle grid

Code
  print(artoo_checks())
Output
  <artoo_checks>
    [x] missing_variable
    [x] missing_permissible
    [x] extra_variable
    [x] type_mismatch
    [x] invalid_encoding
    [x] length_overflow
    [x] char_length_limit
    [x] codelist_membership
    [x] codelist_membership_extensible
    [x] label_match
    [x] key_uniqueness
    [x] display_format
    [x] variable_name
    [x] dataset_name
    [x] label_length
    [x] integer_overflow
    [x] integer_fraction
    [x] iso8601_format
Code
  print(artoo_checks(length_overflow = FALSE))
Output
  <artoo_checks>
    [x] missing_variable
    [x] missing_permissible
    [x] extra_variable
    [x] type_mismatch
    [x] invalid_encoding
    [ ] length_overflow
    [x] char_length_limit
    [x] codelist_membership
    [x] codelist_membership_extensible
    [x] label_match
    [x] key_uniqueness
    [x] display_format
    [x] variable_name
    [x] dataset_name
    [x] label_length
    [x] integer_overflow
    [x] integer_fraction
    [x] iso8601_format


Try the artoo package in your browser

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

artoo documentation built on July 23, 2026, 1:08 a.m.