shiny
shiny copied to clipboard
Warning for unused `output$`
Since there is no need for an output without a display, a warning for unused outputs could help prevent confusion.
Eg it took me some time to realize that an output was not displaying because I had used the wrong UI function (tableOutput() instead of reactableOutput()).