make_badge: Create covrpage Badge

View source: R/badge.R

make_badgeR Documentation

Create covrpage Badge

Description

Create covrpage badge for test status and date that is connected to the README.md created in the tests directory.

Usage

make_badge(remote_origin = NULL, active_branch = NULL, tinyurl = TRUE)

Arguments

remote_origin

character, username/repo of the remote origin, Default: NULL

active_branch

character, current active git branch, Default: NULL

tinyurl

boolean, convert badge uri to tinyurl link, Default: TRUE

Details

if either inputs are NULL then the .git file is inspected to gather the information

Value

character

See Also

Other setup: tencrypt(), use_covrpage_vignette(), use_covrpage()


yonicd/covrpage documentation built on Feb. 23, 2023, 6:58 p.m.