Learn R Programming

fgitR (version 0.2.0)

fgit_branch: List all branch from a repository

Description

List all branch from a repository

Usage

fgit_branch(repo)

Arguments

repo

The repository's name from GitHub.com

Value

A vector of branches

Examples

Run this code
# NOT RUN {
fgit_branch("https://github.com/FastGitORG/fgitR")
fgit_branch("FastGitORG/fgitR")
# }

Run the code above in your browser using DataLab