c,SessionManifest-method | R Documentation |
Combine 2 or more manifests of the same type (PkgManifest or SessionManifest)
## S4 method for signature 'SessionManifest'
c(x, ..., recursive = FALSE)
## S4 method for signature 'PkgManifest'
c(x, ..., recursive = FALSE)
x |
An object (indicates the type of all objects to be combined) |
... |
more objects |
recursive |
Unused |
An object of the same class as x
containing the combined contents of x
and
all elements of ...
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.