Extract catalogs from a Session object
Extract catalogs from a Session object
## 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
x |
a Session object |
i |
which catalog to load. Supported values are "datasets" and "projects" |
... |
additional arguments, ignored. |
drop |
Invalid |
name |
for |
value |
For updating, an object of the appropriate class and size to
insert. In practice |
The requested catalog when extracting; a Session object if assigning.
session
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.