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

 ## Not run: 
  libs()
  libs(base)
 
## End(Not run)

[Package cwhmisc version 6.6 Index]