chk_map_pos: Check 'map_dim'

Description Usage Arguments See Also Examples

View source: R/chk-specific.R

Description

Validity tests for a map_pos that only require the object itself.

Usage

1
2
3

Arguments

x

A list of integer vectors.

name

The name for x to be used in error messages.

See Also

chk_map_pos

Examples

1
2
3
x <- list(c(2L, 0L), 1:3)
chk_map_pos(x = x,
            name = "x")

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