Description Usage Arguments Value Examples
Remove ANSI pre-/suffix-fix in a character string.
1 | remove_ANSI(strings)
|
strings |
strings, a character vector |
strings with out ANSI characters
1 2 3 | remove_ANSI("\033[34m\033[1ma\033[22m\033[39m")
remove_ANSI(c("\033[34m\033[1ma\033[22m\033[39m",
"\033[34m\033[1mb\033[22m\033[39m"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.