Learn R Programming

switchr (version 0.14.8)

versions_df: versions_df

Description

Get or set the the versions information in a SessionManifest

Usage

versions_df(x)

# S4 method for SessionManifest versions_df(x)

versions_df(x) <- value

# S4 method for SessionManifest versions_df(x) <- value

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.

Arguments

x

An object containing package version information

value

A data.frame of package version information.