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

Description Usage Arguments Value

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

1
2
   ## S3 method for class 'monet.frame'
 as.list(x, ... )

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.


MonetDB.R documentation built on May 2, 2019, 5:26 p.m.

Related to as.list in MonetDB.R...