vld_nlist {nlist}R 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

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)

[Package nlist version 0.3.3 Index]