Learn R Programming

switchr (version 0.14.8)

manifest_df: manifest_df

Description

Get or set the package location manifest (data.frame) associated with an object

Usage

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

Value

for the getter, the manifest data.frame corresponding to the manifest, for the setter, a manifest updated with the new manifest data.frame.

Arguments

x

The object

...

unused.

session_only

Only return manifest rows associated with the versioned cohort defined in x (SessionManifests only).

value

A data.frame of package manifest information. See ManifestRow