Learn R Programming

crunch (version 1.14.4)

session-extract: Extract catalogs from a Session object

Description

Extract catalogs from a Session object

Usage

"[["(x, i, ..., drop = FALSE)
"$"(x, name)
"[["(x, i) <- value
"$"(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