Learn R Programming

argonR (version 0.2.0)

argonBadge: Create a Boostrap 4 badge

Description

Build an argon badge

Usage

argonBadge(text = NULL, src = NULL, pill = FALSE, status = "default")

Arguments

text

Badge text.

src

Badge external link.

pill

Pill mode. FALSE by default.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonBadge(
   text = "My badge",
   src = "https://www.google.com",
   pill = FALSE,
   status = "success"
 )
}


# }

Run the code above in your browser using DataLab