Skip to contents

Create integerish validation rule

Usage

validate_integerish_rule(min = -Inf, max = Inf, null_allowed = FALSE)

Arguments

min

Minimum allowed value (default -Inf)

max

Maximum allowed value (default Inf)

null_allowed

Whether NULL is an acceptable value (default FALSE)