Learn R Programming

Dasst (version 0.3.4)

as: 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.

Arguments

Details

This function enables the function as to coerce objects of class '>Dasst to belong to class list.

Examples

Run this code
# NOT RUN {
data(plantGrowth)
lplantgro <- as(plantGrowth, "list")
class(lplantgro)
# }

Run the code above in your browser using DataLab