inst/appEmpty/server.R

library(shinyMatrix)

function(input, output, session) {
  observe({
    cat(jsonlite::toJSON(input$matrix1))
  })

  observe({
    cat(jsonlite::toJSON(input$matrix2))
  })

  observe({
    cat(jsonlite::toJSON(input$matrix3))
  })
}

Try the shinyMatrix package in your browser

Any scripts or data that you put into this service are public.

shinyMatrix documentation built on May 20, 2021, 5:06 p.m.