packagesUsed: Get a data frame of package and their installed version.

View source: R/packagesUsed.R

packagesUsedR Documentation

Get a data frame of package and their installed version.

Description

Get a data frame of package and their installed version.

Usage

packagesUsed(vc_pkg)

Arguments

vc_pkg

a vector of string characters including package names to be added.

Value

A data frame of two columns. First is the name of the package; second the version installed.

Examples

packagesUsed(c('utils', 'methods'))

inSileco/letiRmisc documentation built on Sept. 16, 2022, 2:19 p.m.