vld_nlist: Validate nlist Object or nlists Object

Description Usage Arguments Value Functions Examples

View source: R/vld.R

Description

Validate nlist Object or nlists Object

Usage

1
2
3

Arguments

x

The object to check.

Value

A flag indicating whether the object was validated.

Functions

Examples

1
2
3
4
5
6
7
# vld_nlist
vld_nlist(nlist(x = 1))
try(vld_nlist(list(x = 1)))

# vld_nlists
vld_nlists(nlists(nlist(x = 1)))
vld_nlists(1)

nlist documentation built on Sept. 5, 2021, 6:05 p.m.