Description Usage Arguments Examples
Installs packages from Github.
1 | install.github(pkgs, verbose = TRUE)
|
pkgs |
Names of packages to be installed. |
verbose |
Returns messages |
1 2 3 4 5 | ## Not run:
pk = c("salah31416/toolbox", "vglopes/RLimnology")[]
install.github(pk)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.