showLibs: List libraries where package is installed

View source: R/04_controlWorkspaceLibpath.R

showLibsR Documentation

List libraries where package is installed

Description

List all libraries where packages are installed

Usage

showLibs(packages = NULL)

Arguments

packages

character: vector package names

Value

Named list with one entry for each package. The entries list all libraries of the search path where the package is installed.

Examples

showLibs(c("lintr", "INWTUtils", "nonexistentPackage"))

INWT/INWTUtils documentation built on May 22, 2024, 4:45 p.m.