discard_if: Discard values

View source: R/subsetting-aid.R

discard_ifR Documentation

Discard values

Description

Discard values

Usage

discard_if(
  input,
  one_of = NULL,
  ref.do = "Ignoring",
  ref.of = "already present",
  ref.input = NULL,
  ref.empty = "Skipping.",
  v.empty = NULL,
  with.time = FALSE,
  verbose = FALSE
)

Arguments

input

Vector that is to be checked.

one_of

Vector that contains the values that must not be inside input for argument input.


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