Skip to content

Instantly share code, notes, and snippets.

library(shiny)
library(shiny.collections)
library(rhandsontable)
library(purrr)
ui = shinyUI(fluidPage(
titlePanel("Handsontable"),
mainPanel(
rHandsontableOutput("hot")
)