View source: R/install-local.R
install_local | R Documentation |
This function can be used to install a package from a local 'repository'; i.e., a directory containing package tarballs and sources.
install_local(pkgs, ..., lib = .libPaths()[1], repos = get_opts("local.repos"))
pkgs |
A character vector of package names. |
... |
Optional arguments passed to |
lib |
The library in which the package should be installed. |
repos |
The local repositories to search for the package names specified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.