strip_style | R Documentation |
Remove ANSI escape sequences from a string
strip_style(string)
string |
The input string. |
The cleaned up string.
strip_style(red("foobar")) == "foobar"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.