vld_nlist: Validate nlist Object or nlists Object

View source: R/vld.R

vld_nlistR Documentation

Validate nlist Object or nlists Object

Description

Validate nlist Object or nlists Object

Usage

vld_nlist(x)

vld_nlists(x)

Arguments

x

The object to check.

Value

A flag indicating whether the object was validated.

Functions

  • vld_nlists(): Validate nlists Object

Examples


# 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 June 8, 2025, 9:41 p.m.