inst/shiny/shinyWYSIWYG_GUI/globalCreator/uiGlobalCreator.R

globalCreator <- function() {
  fluidRow(
    column(12, textAreaInput(
      inputId = "globalInput", label = "", placeholder =
        "Put here extra code that should be executed globally in your shiny app.\nFor example:\n\nrequire(MIGSA);\n\ndata(iris);",
      height = "400px",
      width = "100%"
    ))
  )
}
jcrodriguez1989/shinyWYSIWYG documentation built on Nov. 12, 2020, 4:28 p.m.