versions_df {switchr} | R Documentation |
versions_df
Description
Get or set the the versions information in a SessionManifest
Usage
versions_df(x)
## S4 method for signature 'SessionManifest'
versions_df(x)
versions_df(x) <- value
## S4 replacement method for signature 'SessionManifest'
versions_df(x) <- value
Arguments
x |
An object containing package version information |
value |
A data.frame of package version information. |
Value
For the getter, a data.frame indicating the versions-specific cohort
of packages defined by x
, for the setter, the SessionManifest
object
updated with the new versions data.frame.
[Package switchr version 0.14.8 Index]