use | R Documentation |
use
loads and attaches add-on packages.
use(pkg)
pkg |
the name of a package, given as a name or literal character string. |
This function loads the namespace of the package with name pkg
and attach it on the search list.
If package is not installed, it asks if you want to install it, and if yes loads/attaches the package.
Else, it returns a message.If the package does not exists, it returns FALSE and gives a warning. It checks
and updates the list of currently attached packages and do not reload a namespace which is already loaded.
Ahmed Aldarmaki aaldarmaki@wesleyan.edu
## Not run: use(dplyr)
## Not run: use("dplyr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.