Get last update time of branches in a specific package
Usage
get_branch_info(package = "pipapi", branch = NULL)
Arguments
- package
one of the core package (default "pipapi")
- branch
valid branch name for the specified package
Examples
if (FALSE) {
get_branch_info()
get_branch_info(branch = c("PROD", "QA"))
get_branch_info(package = "wbpip", branch = c("PROD", "QA"))
}