How to add Newline in the detail message of a Shiny Progress bar?
问题 Is there any way to write add a newline character in a Shiny Progress bar message? \n or <br> does not seem to work. I am trying to convert one of my old codes into a shiny app. The code basically calls a number of functions one after another, all of which take some time to execute. From the app, I would like to know which functions have already executed and the amount of time each of them took. I am trying to achieve this using the progress bar feature. Do let me know if there are better