Learn R Programming

switchr (version 0.14.8)

c,SessionManifest-method: cmethods

Description

Combine 2 or more manifests of the same type (PkgManifest or SessionManifest)

Usage

# S4 method for SessionManifest
c(x, ..., recursive = FALSE)

# S4 method for PkgManifest c(x, ..., recursive = FALSE)

Value

An object of the same class as x

containing the combined contents of x and all elements of ....

Arguments

x

An object (indicates the type of all objects to be combined)

...

more objects

recursive

Unused