Extract catalogs from a Session object
# 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
The requested catalog when extracting; a Session object if assigning.
a Session object
which catalog to load. Supported values are "datasets" and "projects"
additional arguments, ignored.
Invalid
for $
, the same as i
for [
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.
session