Listing the Functions in a Package

You can get a list of functions in a package by calling library() with the help argument. For instance, for help on the mvtnorm package, type one of the following:

  • > library(help=mvtnorm)
  • > help(package=mvtnorm)

Get The Art of R Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.