# NOT RUN {
# }
# NOT RUN {
# these example will only run inside a shiny app
### ui.R
#' hotable("hotable1")
#This will create a handsontable which you can output using
output$hotable1 <- renderHotable({...})
### server.R
something <- reactive({
hot.to.df(input$hotable1) # this will convert your input into a data.frame
})
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab