check_none_of: Overwrite check

View source: R/input-check.R

check_none_ofR Documentation

Overwrite check

Description

Make sure that nothing is overwritten without specifically allowing it.

Usage

check_none_of(
  input,
  against,
  ref.input = NULL,
  ref.against,
  overwrite = NULL,
  fdb.fn = "stop",
  with.time = FALSE,
  force = NULL
)

Arguments

input

An input vector to be checked.

against

A vector of valid inputs.

ref.input

Character value or NULL. The reference for argument input input.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.