chk_items_one_greater: Check that, in items of list, second element one greater than...

Description Usage Arguments Examples

View source: R/chk-single.R

Description

NAs are ignored.

Usage

1
2
3

Arguments

x

A list.

name

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

Examples

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

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