Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MonetDB.R (version 0.8.0)

as.list: Convert monet.frame into a R list of columns.

Description

Converts a monet.frame object that wraps a database table or query result into a list of individual monet.frame objects for each column. This is only here to support summary code.

Usage

## S3 method for class 'monet.frame':
as.list(x, \dots )

Arguments

x
A monet.frame monet.frame virtual data object.
...
Unused.

Value

  • returns a list of individual monet.frame objects for each column in the input object.