1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/install-github.R
\name{github_pull}
\alias{github_pull}
\alias{github_release}
\title{GitHub references}
\usage{
github_pull(pull)
github_release()
}
\arguments{
\item{pull}{Character string specifying the pull request to install}
}
\description{
Use as \code{ref} parameter to \code{\link[=install_github]{install_github()}}.
Allows installing a specific pull request or the latest release.
}
\examples{
github_pull("42")
}
\seealso{
\code{\link[=install_github]{install_github()}}
}
|