as.environment: Evaluate expressions within the context of a database table...

Description Usage Arguments Value Author(s) See Also

Description

These functions allow a db.table or db.view object to be treated as an environment, in a manner analogous to data frames.

Usage

1
2
3
4
    ## S3 method for class 'db.obj'
as.environment(x, ...)
    ## S3 method for class 'db.obj'
with(data, expr, ...)

Arguments

x, data

A db.obj object to treat as an environment.

expr

For with, an R expression to evaluate in the context of a database table or view.

...

Other arguments; unused.

Value

For as.environment, the created environment. Note that no data is transferred to the client; all objects in the environment are queries pointing back to the host.

For with, a db.Rquery stored query object representing the expression. Use lk, lookat or as.data.frame to execute the query on the host and retrieve its contents.

Author(s)

Author: Hong Ooi, Pivotal Inc. hooi@pivotal.io

Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io

See Also

as.environment


PivotalR documentation built on March 13, 2021, 1:06 a.m.