powered by
Coerce an R object to an nlists_object().
nlists_object()
as.nlists(x, ...)# S3 method for list as.nlists(x, ...)# S3 method for nlist as.nlists(x, ...)
# S3 method for list as.nlists(x, ...)
# S3 method for nlist as.nlists(x, ...)
An R object.
Unused
An nlists object.
list: Coerce list to nlists
list
nlist: Coerce nlist to nlists
nlist
# NOT RUN { as.nlists(list(nlist(x = c(1, 5)), nlist(x = c(2, 3)), nlist(x = c(3, 2)))) # }
Run the code above in your browser using DataLab