| remove_ANSI | R Documentation |
Remove ANSI pre-/suffix-fix in a character string.
remove_ANSI(strings)
strings |
strings, a character vector |
strings with out ANSI characters
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.