check_numeric_minmax: Check that a column is strictly numeric.

View source: R/utils.R

check_numeric_minmaxR 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).


ISRaD documentation built on Sept. 21, 2023, 9:06 a.m.