View source: R/update_pkgsByLib.R
update_pkgsByLib | R Documentation |
Update packages by library paths
update_pkgsByLib(type = "source")
type |
One of 'source', 'binary' or 'both'. (parameter from the install.packages function) |
If R_LIBS_SITE
is set, it will install packages from there first, else it will be in order of R_LIBS_USER
and/or .libPaths()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.