Quantcast
Channel: Update Plot after updating rows in R Shiny - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by YBS for Update Plot after updating rows in R Shiny

That is because your updated mtcars2 dataframe is not available outside the observeEvent. Try to create a reactiveValues object as shown below.mtcars2 <- mtcars[, c("mpg", "cyl", "disp", "hp", "wt",...

View Article



Update Plot after updating rows in R Shiny

In the end, I want to update my plot after I modify records of a dataframe. Right now, the code below successfully updates selected points with a label when the submit button is pushed, however, I am...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images