View source: R/printing_style.R
| print_with_color | R Documentation | 
The same as the print function, but can print colored text. Its a bit of a hack, but the only
way I found to replicate the behavior of print without rewriting the entire print function.
print_with_color(x, original_length = length(x), ...)
| x | What to print, typically a character vector | 
| original_length | The length of the full vector if only part was given. | 
| ... | Passed to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.