Shiny - Editing rhandsontable tables with multiple input and output elements
问题 I've been working with this post as a starting point. Update handsontable by editing table and/or eventReactive Very helpful, but I'm trying to extend it to specify the number of values in the table, then update a plot based on the table values after editing. Here's what I have so far. library(shiny) library(rhandsontable) library(colorSpec) ui <- fluidPage( numericInput("x", "number of values", 2), rHandsontableOutput('table'), textOutput('result'), plotOutput('plot'), actionButton("recalc",