| pak | R Documentation | 
Install the specified packages, or the ones required by the package or project in the current working directory.
pak(pkg = NULL, ...)
| pkg | Package names or remote package specifications to install.
See pak package sources for details. If  | 
| ... | Extra arguments are passed to  | 
This is a convenience function:
 If you want to install some packages, it is easier to type
than pkg_install().
 If you want to install all the packages that are needed
for the development of a package or project, then it is
easier to type than local_install_dev_deps().
You don't need to remember two functions to install packages, just one.
Other package functions: 
lib_status(),
pkg_deps_tree(),
pkg_deps(),
pkg_download(),
pkg_install(),
pkg_remove(),
pkg_status(),
pkg_sysreqs()
Other local package trees: 
local_deps_explain(),
local_deps(),
local_install_deps(),
local_install_dev_deps(),
local_install(),
local_package_trees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.