Skip to content

Latest commit

History

History

show-warnings-messages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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)