Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 522 Bytes

File metadata and controls

5 lines (3 loc) · 522 Bytes

Show a function's messages and warnings to the user

Sometimes when you call a function, it may print out some messages and/or warnings to the console. If you want to be able to relay these warnings/messages to your app in real time, you can combine withCallingHandlers with the html function from shinyjs.

(Originally developed as an answer on StackOverflow)