Get available branches for a particular package
Usage
get_branches(package = "pipapi", display = TRUE)
Arguments
- package
one of the core package name (default "pipapi")
- display
(default TRUE) do you want to display the branches in the console?
Value
an invisible character vector of branches
Examples
if (FALSE) {
get_branches()
get_branches("pipr")
}