prettifyJulia {prettifyAddins} | R Documentation |
Prettify Julia
Description
Prettify Julia code.
Usage
prettifyJulia(contents = NA, tabSize = NULL)
Arguments
contents |
the code to be prettified; there are three possibilities for
this argument:
|
tabSize |
number of spaces of the indentation (usually |
Value
The pretty code in a character string.
Note
This function requires that Julia is installed on your system and that
the Julia package JuliaFormatter
is installed.
[Package prettifyAddins version 2.6.1 Index]