taxlist (version 0.2.3)

as.list: Coerce taxlist objects to lists.

Description

Coercion of S4 objects to lists can be applied to explore their content, avoiding errors caused by their validation.

Usage

S4_to_list(x)

# S4 method for taxlist as.list(x, ...)

as(from) <- value

# S4 method for taxlist as(from) <- value

Value

An object of class list.

Arguments

x

An object of class taxlist or any S4 class.

...

further arguments passed to or from other methods.

from

An object of class taxlist, which will be coerced by the replacement method.

value

A character value indicating the class to be coerced to. Here it is always "list".

Author

Miguel Alvarez kamapu78@gmail.com

Details

Coerce taxlist objects to lists.

Examples

Run this code
Easplist <- as.list(Easplist)
class(Easplist)

Run the code above in your browser using DataLab