View source: R/prettifyJULIA.R
prettifyJulia | R Documentation |
Prettify Julia code.
prettifyJulia(contents = NA, tabSize = NULL)
contents |
the code to be prettified; there are three possibilities for
this argument:
|
tabSize |
number of spaces of the indentation (usually |
The pretty code in a character string.
This function requires that Julia is installed on your system and that
the Julia package JuliaFormatter
is installed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.