as.nlist.ml_analysis: Coerce to nlist

Description Usage Arguments Value Methods (by class) Examples

View source: R/as-nlist.R

Description

Coerce an R object to an nlist_object().

Usage

1
2
## S3 method for class 'ml_analysis'
as.nlist(x, ...)

Arguments

x

An R object.

...

Unused

Value

An nlist object.

Methods (by class)

Examples

1
2
as.nlist(list(x = 1:4))
as.nlist(c(`a[2]` = 3, `a[1]` = 2))

poissonconsulting/ml documentation built on Feb. 13, 2021, 5:18 p.m.