Is it possible to run shiny app in debug mode. i.e: after I issue runApp to launch the (server.R and ui.R) I get the console's R prompt ">" back?
Justification: Debug the application while it is running
You can do this by setting a breakpoint in your server code. When the app hits this line, it will enter debug mode and you can use the R console.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more