crunch (version 1.27.7)

session-extract: Extract catalogs from a Session object

Description

Extract catalogs from a Session object

Usage

# S4 method for Session,ANY
[[(x, i, ..., drop = FALSE)

# S4 method for Session $(x, name)

# S4 method for Session,ANY,ANY,ANY [[(x, i) <- value

# S4 method for Session $(x, name) <- value

Arguments

x

a Session object

i

which catalog to load. Supported values are "datasets" and "projects"

...

additional arguments, ignored.

drop

Invalid

name

for $, the same as i for [

value

For updating, an object of the appropriate class and size to insert. In practice value is ignored; Session objects hold no state and it is assumed that any state modification on the server happens in other methods.

Value

The requested catalog when extracting; a Session object if assigning.

See Also

session