as {Dasst} | R Documentation |
As forces an object of class Dasst to belong to class list
Description
Coerces an object of class Dasst
to
an object of class list
.
Details
This function enables the function as
to
coerce objects of class Dasst
to
belong to class list
.
Examples
data(plantGrowth)
lplantgro <- as(plantGrowth, "list")
class(lplantgro)
[Package Dasst version 0.3.4 Index]