Learn R Programming

deflist (version 0.2.0)

as.list.deflist: Convert a deflist object to a list

Description

Convert a deflist object to a list

Usage

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

Value

A list containing the elements of the deflist object.

Arguments

x

A deflist object.

...

Additional arguments passed to methods.