List all installed packages, or all functions in a package
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.