# NOT RUN {
library(shiny)
# Only run examples in interactive R sessions
if (interactive()) {
ui <- fluidPage(
textAreaInput4("Code","Code","")
)
server <- function(input, output) {
}
shinyApp(ui, server)
}
# }
Run the code above in your browser using DataLab