ansi_simplify {cli} | R Documentation |
Simplify ANSI styling tags
Description
It creates an equivalent, but possibly shorter ANSI styled string, by removing duplicate and empty tags.
Usage
ansi_simplify(x, csi = c("keep", "drop"))
Arguments
x |
Input string |
csi |
What to do with non-SGR ANSI sequences, either |
Value
Simplified cli_ansi_string
vector.
[Package cli version 3.6.3 Index]