chk_values_quantities: Check values for Quantities labels

Description Usage Arguments Details Examples

View source: R/chk-values.R

Description

Checks:

Usage

1
2
3

Arguments

x

A list of integer vectors, each of which has length 2.

name

The name for x that will be used in error messages.

Details

Identical to chk_values_intervals

Examples

1
2
x <- list(c(100L, NA), c(0L, 5L), c(NA, 0L), c(5L, 50L))
chk_values_quantities(x = x, name = "x")

johnrbryant/demcheck documentation built on Dec. 31, 2021, 11:57 a.m.