chk_no_names: Check that an object does not have names

Description Usage Arguments See Also Examples

View source: R/chk-single.R

Description

Check that an object does not have names

Usage

1
2
3

Arguments

x

An object.

name

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

See Also

chk_no_dimnames to test that an array does not have dimnames.

Examples

1
2
x <- 1:3
chk_no_names(x, name = "x")

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