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 )
Value
- returns a list of individual
monet.frame objects for each column in the input object.