libs {cwhmisc} | R Documentation |
Lists all packages (called without an argument) or the functions in a package (called with the package name - quotes not needed).
libs(Lib)
Lib |
package name, if missing see above |
??
## Not run: libs() libs(base) ## End(Not run)