Skip to contents

get_default_github_branch

Usage

get_default_github_branch(org, repo)

Arguments

org

Github organization

repo

Github repository

Value

Name of default branch on GitHub

Note

This function is not intended to be called directly, and is only exported to enable it to be used within the plumber API.

Examples

if (FALSE) {
org <- "ropensci-review-tools"
repo <- "pkgcheck"
branch <- get_default_github_branch (org, repo)
}