publishManifest {switchr} | R 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 |
... |
Unused |
Value
The name of the file written
[Package switchr version 0.14.8 Index]