libs {cwhtool}R Documentation

List all installed packages, or all functions in a package

Description

Lists all packages (called without an argument) or the functions in a package (called with the package name - quotes not needed).

Usage

  libs(Lib)

Arguments

Lib package name, if missing see above

Author(s)

??

Examples

  libs()
  libs(base)

[Package cwhtool version 1.0.4 Index]