Learn R Programming

datadr (version 0.8.5)

as.list.ddo: Turn 'ddo' / 'ddf' Object into a list

Description

Turn 'ddo' / 'ddf' Object into a list

Usage

"as.list"(x, ...)

Arguments

x
a 'ddo' / 'ddf' object
...
additional arguments passed to as.list

Examples

Run this code
d <- divide(iris, by = "Species")
as.list(d)

Run the code above in your browser using DataLab