install_zip_gh | R Documentation |
install github package
install_zip_gh(repo, ref = "HEAD", args = "--no-build-vignettes")
repo |
github repo |
ref |
github branch, default is HEAD, which means the default branch of the GitHub repo |
args |
argument to build package |
it download the zip file first and use install_zip
to install it
No return value, called for installing github package
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.