docs/functions/color.text.md

color.text

Color text for output in the terminal

Description

Color text for output in the terminal

Usage

color.text(text, fg = "black", bg = NULL)

Arguments

Argument |Description ------------- |---------------- text | A string to be colored fg | Foreground color bg | Background color

Value

Text that has been formatted.

Examples

color.text("Error", fg = "red", bg = NULL)


jgygi/SPEAR documentation built on July 5, 2023, 5:35 p.m.