| package.contents(base) | R Documentation |
Parses and returns the CONTENTS and DESCRIPTION file of a package.
package.contents(pkg, lib=.lib.loc) package.description(pkg, lib=.lib.loc)
pkg |
A character string with the package name. |
lib |
A character vector with path names of R package libraries. |
package.contents("mva")