Skip to content

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")
#> [1] "42"
#> attr(,"class")
#> [1] "github_pull"