prettifyAddins | R Documentation |
This package provides some RStudio addins: Prettify
addins and
Indent
addins. To run an addin, select it from the Addins menu
within RStudio. The Indent
addins only reindent the code, while
the Prettify
addins also modify the code, e.g. they add trailing
semi-colons to JavaScript code when they are missing.
# get the list of supported languages:
getPrettifiableLanguages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.