input_param_checker {mds} | R Documentation |
Check Input Parameters
Description
Verifies correct class and, optionally, verifies existence in a data frame
Usage
input_param_checker(
x,
check_class = NULL,
check_names = NULL,
null_ok = T,
exclusions = NULL,
max_length = NULL
)
Arguments
x |
Single object name, character, or vector of characters |
check_class |
Vector of correct classes in character format |
check_names |
Default: |
null_ok |
Default: |
exclusions |
Default: |
max_length |
Default: |
Value
Stop error, if an error is found. Else nothing.
[Package mds version 0.3.2 Index]