get_package_version: Query Installed Package Versions
Description
See
fritools::get_package_version
.
Usage
get_package_version(x, lib_loc = NULL)
Value
A character giving the package version.
Arguments
- x
A character giving the package name.
- lib_loc
See argument lib.loc
in
packageDescription
.