as.list.deflistR Documentation

Convert a deflist object to a list

Description

Convert a deflist object to a list

Usage

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

Arguments

x

A deflist object.

...

Additional arguments passed to methods.

Value

A list containing the elements of the deflist object.