chk_items_integer: Check that all items in a list are integer vectors

Description Usage Arguments Examples

View source: R/chk-single.R

Description

Check that all items in a list are integer vectors

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(integer(), 1:3, 0L)
chk_items_integer(x = x,
                  name = "x")

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