View source: R/installEIPkgs.R
| installEIPkgs | R Documentation | 
Download and install a bunch of packages that we find useful for our 
day-to-day workflow. If cran.pkgs = NULL (default), a standard list of 
packages will be downloaded and installed. If you supply a character
vector of packages, these wil be installed instead.
installEIPkgs(
  cran.pkgs = NULL,
  git.pkgs = NULL,
  check = TRUE,
  update = FALSE,
  ...
)
cran.pkgs | 
 
  | 
git.pkgs | 
 
  | 
check | 
 
  | 
update | 
 
  | 
... | 
 Additional arguments passed to   | 
Tim Appelhans, Florian Detsch
install.packages, install_github.
## Not run: 
installEIPkgs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.