as: As forces an object of class Dasst to belong to class list

asR 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)

Dasst documentation built on April 14, 2022, 1:07 a.m.