Description Usage Arguments Details
Install one or more R packages.
1 |
packages |
A character vector of R packages to install. Required
package dependencies ( |
library |
The library from which packages should be installed. When
|
project |
The project directory. If |
install()
uses the same machinery as restore()
when installing packages.
In particular, this means that the local cache of package installations is
used when possible. This helps to avoid re-downloading packages that have
already been downloaded before, and re-compiling packages from source when
a binary copy of that package is already available.
Note that this interface is subject to change – the goal is to hook into separate package installation backends in the future.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.