github_pull {remotes} | R Documentation |
GitHub references
Description
Use as ref
parameter to install_github()
.
Allows installing a specific pull request or the latest release.
Usage
github_pull(pull)
github_release()
Arguments
pull |
Character string specifying the pull request to install |
See Also
Examples
github_pull("42")
[Package remotes version 2.5.0 Index]