check_numeric_minmax {ISRaD} | R Documentation |
Check that a column is strictly numeric.
Description
Check that a column is strictly numeric.
Usage
check_numeric_minmax(x, xname)
Arguments
x |
Column values, a vector |
xname |
Column name |
Value
Nothing (run for its warning side effect).
[Package ISRaD version 2.5.5 Index]