Learn R Programming

metasnf (version 2.1.2)

as.list.snf_config: Coerce a snf_config class object into a list class object

Description

Coerce a snf_config class object into a list class object

Usage

# S3 method for snf_config
as.list(x, ...)

Value

A list class object with all the functions of x.

Arguments

x

A snf_config class object.

...

Additional parameter passed to as.list().