NEWS.md
odk_to_coding()
as a complement to coding_to_odk()
missing_codes()
to extract the codes that represent missing valueslink_codings
now doesn’t drop unused links by default, preferring to error out insteadlink_codings(.drop_unused)
now signals to drop any links in from
that aren’t captured in to
, harmonizing information flowas.character.coding
now doesn’t include links_from
by default. If you’d like to include that, use as.character(include_links_from = TRUE)
value
statements to code()
now are reported in error message for better debugging experience