Learn R Programming

anybadger

The goal of anybadger is to provide an easy way to create custom project badges in R.

Inspired heavily by the Python anybadge library.

Installation

remotes::install_github("lmeninato/anybadger")

Example

Pipeline badge:

library(anybadger)
b <- Badge$new(label = "Pipeline", value = "Passing")
b$create_svg("pipeline_status.svg")

Copy Link

Version

Install

install.packages('anybadger')

Monthly Downloads

319

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Lorenzo Meninato

Last Published

January 29th, 2021

Functions in anybadger (0.1.0)

%>%

Pipe operator
Badge

The Badge class is used to create badges.
create_badge

Create badge svg