text_to_html: Replace console color codes in text with styled spans

Description Usage Arguments Value

View source: R/msg.R

Description

The current replacements are: - \033[1m -> '<span style = "font-weight: bold;">' - \033[32m -> '<span style = "color: green">' - \033[33m -> '<span style = "color: red">' - \033[90m -> '<span style = "color: magenta">' - \033[39m -> '</span>' - \033[22m -> '</span>'

Usage

1

Arguments

lines

lines of text to make replacements in

Value

lines of text with replacements made


ericwburden/trainr documentation built on Jan. 28, 2022, 2:21 p.m.