p_inst | R Documentation |
p_inst
is a wrapper around install.packages
which tries
hard to select the most appropriate lib
and stops in case of conflict.
...
allows a non-standard evaluation of unquoted packages separated by commas.
Use install.packages
if any additional argument is needed.
p_inst(..., char = NULL, lib = NULL, repos = getOption("repos"),
contriburl = NULL, dependencies = NA, type = getOption("pkgType"))
... |
any format recognized by |
char |
(name to) a character vector or a list. Use this argument if
|
lib |
character. The directory where to install the packages, usually
one of the directories listed by |
repos |
character. The address of your local CRAN. |
contriburl |
character. The address of your private repository. |
dependencies |
logical. |
type |
character. Either |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.