R
Search
everywhere
only in this topic
Advanced Search
how to add variable to event reactive input id in shiny ?
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
jumbo
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
how to add variable to event reactive input id in shiny ?
observeEvent(input$insertBtn,{
bins<<-as.character(paste0("input$bins",inx))
print(paste("Logger a",aa))
return(aa)
})
a2<-eventReactive(input[[bins]],{
print(paste("logger bin",bins))
)}
Free forum by Nabble
Edit this page