Learn R Programming

switchr (version 0.14.8)

publishManifest: publishManifest

Description

Publish a package or session manifest to file.

Usage

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

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

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

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

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

Value

The name of the file written

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