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
}
cynkra/dm documentation built on Jan. 3, 2025, 12:38 p.m.