Estoy tratando de cambiar el texto del botón del elemento brillante y me gustaría ejecutar js o javascript para hacerlo. No estoy seguro de cómo identificar la identificación "btnGenerate" al ejecutar js.
# ui.R actionLink("btnGenerate", "Generate Data for Export", class="textbutton", style = "height:40px"), # server.R #runjs("var today = new Date(); alert(today);") updateActionButton(session, "button", label = txt) # doesnt work