verify_types: Verify variable types in bulk

View source: R/skUtils.R

verify_typesR Documentation

Verify variable types in bulk

Description

Verify variable types in bulk

Usage

verify_types(...)

Arguments

...

Named arguments, where the argument is the object to be checked and the name of the argument is the mode (numeric, list, character, etc).

Value

Returns true on success, causes error if not.

Author(s)

Sercan Kahveci

Examples

try(verify_types(character="test",numeric=0000,character=12345))


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.