shinyMonacoEditor {shinyMonacoEditor}R Documentation

Monaco Editor in Shiny

Description

Launch a Shiny app with the Monaco editor.

Usage

shinyMonacoEditor(indentSize = 2)

Arguments

indentSize

an integer, at least 2, the number of spaces of the indentation

Examples

if(interactive()){
  shinyMonacoEditor()
}

[Package shinyMonacoEditor version 1.1.0 Index]