View source: R/helper_functions.r
remove_color_codes | R Documentation |
This function removes ANSI color codes from a given text string.
remove_color_codes(s)
s |
The text string containing ANSI color codes. |
A text string with ANSI color codes removed.
colored_text <- make_colored("Hello, world!", "blue")
remove_color_codes(colored_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.