is_any_of: Any input check

View source: R/input-check.R

is_any_ofR Documentation

Any input check

Description

Any input check

Usage

is_any_of(input, valid.classes)

Arguments

input

Object to be checked.

valid.classes

Character vector to specify the classes the input might have in order not to be discarded.

Value

TRUE if input is of at least one of the specified classes in valid.classes. FALSE if not.


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