R/strict.R

Defines functions dm_is_strict_keys

# Infrastructure for "strict mode" of a dm
# where re-adding existing keys gives an error
#
# Idea: "strict mode" is set during construction of a dm
#
# For now, strict mode only, easier to relax later
# than to strengthen after the fact

dm_is_strict_keys <- function(dm) {
  TRUE
}

Try the dm package in your browser

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

dm documentation built on April 12, 2025, 1:54 a.m.