Description Usage Arguments Value See Also
This is similar to install.packages()
, except it takes by
default the list of packages from .packages_to_install
in
SciViews:TempEnv
. That list is populated automatically by infructuous calls
to package()
, so that just a call to Install()
without arguments is
generally sufficient.
1 |
pkgs |
The list of packages to install (character vector). If missing,
the list is read from |
... |
Further arguments passed to |
ask |
If |
Returns TRUE
in case of success, FALSE
otherwise. The function is
invoked for its side-effect of installing R packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.