Learn R Programming

nlist (version 0.4.0)

vld_nlist: Validate nlist Object or nlists Object

Description

Validate nlist Object or nlists Object

Usage

vld_nlist(x)

vld_nlists(x)

Value

A flag indicating whether the object was validated.

Arguments

x

The object to check.

Functions

  • vld_nlists(): Validate nlists Object

Examples

Run this code

# vld_nlist
vld_nlist(nlist(x = 1))
try(vld_nlist(list(x = 1)))

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

Run the code above in your browser using DataLab