Coerce vegtable objects to a list with every slot as a component of the list.
This way allows to explore content and solve problems when validity checks
fail.
Coercion is applied for different classes by vegtable.
Usage
# S4 method for vegtable
as.list(x, ...)
# S4 method for coverconvert
as.list(x, ...)
Value
An object of class list.
Arguments
x
An object to be coerced.
...
further arguments passed from or to other methods.