datadr (version 0.8.6.1)

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

Description

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

Usage

# S3 method for ddo
as.list(x, ...)

Arguments

x

a 'ddo' / 'ddf' object

additional arguments passed to as.list

Examples

Run this code
# NOT RUN {
d <- divide(iris, by = "Species")
as.list(d)
# }

Run the code above in your browser using DataLab