as.list.deflist {deflist}R 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.


[Package deflist version 0.2.0 Index]