cmethods: cmethods

c,SessionManifest-methodR 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 ....


switchr documentation built on March 31, 2023, 5:13 p.m.