ansi_strip | R Documentation |
The input may be of class cli_ansi_string
class, this is also dropped
from the result.
ansi_strip(string, sgr = TRUE, csi = TRUE, link = TRUE)
string |
The input string. |
sgr |
Whether to remove for SGR (styling) control sequences. |
csi |
Whether to remove for non-SGR control sequences. |
link |
Whether to remove ANSI hyperlinks. |
The cleaned up string. Note that ansi_strip()
always drops
the cli_ansi_string
class, even if sgr
and sciare
FALSE'.
Other low level ANSI functions:
ansi_has_any()
,
ansi_hide_cursor()
,
ansi_regex()
,
ansi_string()
ansi_strip(col_red("foobar")) == "foobar"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.