session-extract: Extract catalogs from a Session object

session-extractR Documentation

Extract catalogs from a Session object

Description

Extract catalogs from a Session object

Usage

## S4 method for signature 'Session,ANY'
x[[i, ..., drop = FALSE]]

## S4 method for signature 'Session'
x$name

## S4 replacement method for signature 'Session,ANY,ANY,ANY'
x[[i]] <- value

## S4 replacement method for signature '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


Crunch-io/rcrunch documentation built on April 1, 2024, 1:14 a.m.