session-extract | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.