shinyMonacoEditor {shinyMonacoEditor} | R Documentation |
Launch a Shiny app with the Monaco editor.
shinyMonacoEditor(indentSize = 2)
indentSize |
an integer, at least 2, the number of spaces of the indentation |
if(interactive()){
shinyMonacoEditor()
}