check_numeric {hydrotoolbox}R Documentation

Check numeric argument consistency

Description

Check numeric argument consistency

Usage

check_numeric(argument, target, arg_name)

Arguments

argument

the argument to evaluate.

target

allowed numeric values.

arg_name

string with argument name to print (just for error message)

Value

An error message if argument does not fit the target requirements


[Package hydrotoolbox version 1.1.2 Index]