publishManifest: publishManifest

publishManifestR Documentation

publishManifest

Description

Publish a package or session manifest to file.

Usage

publishManifest(manifest, dest = "./pkg_manifest.rman", ...)

## S4 method for signature 'PkgManifest,character'
publishManifest(manifest, dest = "./pkg_manifest.rman", ...)

## S4 method for signature 'SessionManifest,character'
publishManifest(manifest, dest = "./pkg_manifest.rman", ...)

## S4 method for signature 'missing,ANY'
publishManifest(manifest, dest = "./pkg_manifest.rman", ...)

## S4 method for signature 'SwitchrCtx,ANY'
publishManifest(manifest, dest = "./pkg_manifest.rman", ...)

Arguments

manifest

The object to save as a serialized package or session manifest. Defaulst to the currently in use switchr library. A session manifest will be generated by libManifest as necessary.

dest

The destination manifest will be published to. Typically a character value indicating a file name (including path) to write to.

...

Unused

Value

The name of the file written


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