bold: Make text bold

View source: R/fmt.R

boldR Documentation

Make text bold

Description

A fmt() convenience wrapper for making text bold.

Usage

bold(text, output_type = c("ansi", "html", "plain"))

Arguments

text

Character: Text to make bold

output_type

Character: Output type ("ansi", "html", "plain")

Value

Character: Formatted text with bold styling

Author(s)

EDG

Examples

message(bold("This is bold!"))

rtemis.core documentation built on April 22, 2026, 1:11 a.m.