libs {cwhmisc}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 cwhmisc version 2.0.1 Index]