Is it possible to print values from the console into a text box or label while running a Shiny application.
My shiny application creates a call to Big Query and while BQ is running the query R Studio console prints the running time like so.. (image below)
I want to print this timer in the ui.R while the query is still running so the user knows they have to wait for the query to finish.
Can this be done?