Learn R Programming

qacBase (version 1.0.3)

phelp: Get help on a package

Description

phelp provides help on an installed package.

Usage

phelp(pckg)

Arguments

pckg

The name of a package

Value

No return value, called for side effects.

Details

This function provides help on an installed package. The package does not have to be loaded. The package name does not need to be entered with quotes.

Examples

Run this code
# NOT RUN {
phelp(stats)

# }

Run the code above in your browser using DataLab