Learn R Programming

dockr (version 0.8.6)

mirror_package_versions: Mirror Version Numbers of Loaded and Installed Packages

Description

Mirrors version numbers of specific packages. If a package is loaded, the version number of the loaded package is used. If a packages is not loaded but installed, the version number of the installed package will be extracted in stead.

Usage

mirror_package_versions(pkgs)

Arguments

pkgs

character names of packages.

Value

data.frame with package names and their relevant version numbers.