assert_column_positive_numeric: Check that the values of a column are positive numeric only

View source: R/validation_asserts.R

assert_column_positive_numericR Documentation

Check that the values of a column are positive numeric only

Description

Check that the values of a column are positive numeric only

Usage

assert_column_positive_numeric(data, column_names)

Arguments

data

data to be checked

column_names

column name to be checked

Value

TRUE if numeric positive else throws error


mrc-ide/hintr documentation built on Sept. 18, 2024, 6:44 p.m.