| library_pls | R Documentation | 
If the last error was raised due to calling library() on a missing package, install from CRAN and load the package.
library_pls(package)
| package | The package to install. | 
## Not run: library(parallel) # Error in library(parallel) : there is no package called ‘parallel’ library_pls(parallel) # Install package parallel? # (y/n) y # Installing package … ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.