manifest_df: manifest_df

manifest_dfR 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

value

A data.frame of package manifest information. See ManifestRow


gmbecker/switchr documentation built on Feb. 24, 2023, 12:59 p.m.