Learn R Programming

nlist (version 0.1.1)

nlists: Create nlists Object

Description

Creates an nlists_object() from one of more nlist_object()s.

Usage

nlists(...)

Arguments

...

nlist objects.

Value

An nlists object.

Examples

Run this code
# NOT RUN {
nlists()
nlists(nlist())
nlists(nlist(x = 1))
nlists(nlist(x = 1), nlist(x = -3))
# }

Run the code above in your browser using DataLab