Returns names of branches.

get_gh_branches(repo_name, user_name = NULL)

Arguments

repo_name

Name of the repository.

user_name

GitHub user or organization name.

Examples

# NOT RUN {
get_gh_branches("dplyr", "tidyverse")
# }