Nothing
Pretty Print R Code in the Terminal
Replace the standard print method for functions with one that performs syntax highlighting, using ANSI colors, if the terminal supports them.
install.packages("prettycode")
Just call prettycode::prettycode()
and start printing functions to the
screen. Long functions are automatically paged using the default pager.
MIT © Gábor Csárdi
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.