Create loading messages that will change based on loading time of plot in a shiny app
问题 I have the shiny app below in which I use shinycustomLoader and shinycssLoader to create loading messages. I would like to know if there is a way to add more than one messages after spcific amount time. Foe example the first message will be "Analyzing" and after 15 seconds of loading it will be replaced by "Almost there" . If there is another method or package that can do this I would be happy to know. library(shiny) library(shinycssloaders) library(shinycustomloader) ui <- fluidPage(