Get or set the package location manifest (data.frame) associated with an object
manifest_df(x, ...)# S4 method for SessionManifest
manifest_df(x, session_only = TRUE, ...)
# S4 method for PkgManifest
manifest_df(x)
manifest_df(x) <- value
# S4 method for SessionManifest
manifest_df(x) <- value
# S4 method for PkgManifest
manifest_df(x) <- value
for the getter, the manifest data.frame corresponding to the manifest, for the setter, a manifest updated with the new manifest data.frame.
The object
unused.
Only return manifest rows associated with the
versioned cohort defined in x
(SessionManifest
s only).
A data.frame of package manifest information.
See ManifestRow