Learn R Programming

badger (version 0.2.5)

badge_last_commit: badge_last_commit

Description

last commit badge

Usage

badge_last_commit(ref = NULL, branch = NULL, alt = NULL)

Value

badge in markdown syntax

Arguments

ref

Reference for a GitHub repository. If NULL (the default), the reference is determined by the URL field in the DESCRIPTION file.

branch

The GitHub branch. If NULL (the default), the default branch is automatically determined.

alt

Alternative text

Author

Gregor de Cillia