c,SessionManifest-method {switchr} | R Documentation |
cmethods
Description
Combine 2 or more manifests of the same type (PkgManifest or SessionManifest)
Usage
## S4 method for signature 'SessionManifest'
c(x, ..., recursive = FALSE)
## S4 method for signature 'PkgManifest'
c(x, ..., recursive = FALSE)
Arguments
x |
An object (indicates the type of all objects to be combined) |
... |
more objects |
recursive |
Unused |
Value
An object of the same class as x
containing the combined contents of x
and
all elements of ...
.
[Package switchr version 0.14.8 Index]