phelp {qacBase} | R Documentation |
phelp
provides help on an installed package.
phelp(pckg)
pckg |
The name of a package |
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.
No return value, called for side effects.
phelp(stats)