lib | R Documentation |
library
.Tries to load packages. If the packages are not found, they will be installed from the default repository. This function is intended for use in interactive sessions and should not be used by other packages.
lib(...)
... |
[any] |
[logical
]: Named logical vector determining the success
of package load.
## Not run: lib("BBmisc", "MASS", "rpart") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.