Learn R Programming

argonR (version 0.2.0)

argonTextColor: Add a custom color to a text

Description

A custom color fo your text

Usage

argonTextColor(tag, color)

Arguments

tag

Any tag containing text.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 library(htmltools)
 argonTextColor(
  tag = h1("test"),
  color = "success"
 )
}


# }

Run the code above in your browser using DataLab