Coerce an R object to an nlists_object().
Usage
as_nlists(x, ...)
# S3 method for class 'list'
as_nlists(x, ...)
# S3 method for class 'mcmc'
as_nlists(x, ...)
# S3 method for class 'mcmc.list'
as_nlists(x, ...)
# S3 method for class 'nlist'
as_nlists(x, ...)Methods (by class)
as_nlists(list): Coerce list to nlistsas_nlists(mcmc): Coerce mcmc to nlistsas_nlists(mcmc.list): Coerce mcmc.list to nlistsas_nlists(nlist): Coerce nlist to nlists
See also
Other coerce:
as_nlist()
