manifest_df {switchr}R Documentation

manifest_df

Description

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

Usage

manifest_df(x, ...)

## S4 method for signature 'SessionManifest'
manifest_df(x, session_only = TRUE, ...)

## S4 method for signature 'PkgManifest'
manifest_df(x)

manifest_df(x) <- value

## S4 replacement method for signature 'SessionManifest'
manifest_df(x) <- value

## S4 replacement method for signature 'PkgManifest'
manifest_df(x) <- value

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

Value

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


[Package switchr version 0.14.8 Index]