Learn R Programming

cwhmisc (version 2.0.1)

libs: 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

Examples

Run this code
libs()
  libs(base)

Run the code above in your browser using DataLab