Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

session-extract

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

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.