inst/examples/01-basic/global.R

library(shiny)
library(shinyAce)

modes <- getAceModes()
themes <- getAceThemes()

init <- "createData <- function(rows) {
  data.frame(col1 = 1:rows, col2 = rnorm(rows))
}"
trestletech/shinyAce documentation built on Oct. 19, 2024, 10:44 p.m.