Publish a package or session manifest to file.
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", ...)
The name of the file written
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.
The destination manifest
will be published to. Typically
a character value indicating a file name (including path) to write to.
Unused