shiny | R Documentation |
Serve a shiny application with default loggers, useful for debugging.
logApp(ui, server, ..., inputs = inputLogger) shinyWithLog(app, inputs = inputLogger)
ui, server |
UI definition and server function
as passed to |
... |
Any other arguments passed to |
inputs |
Logger to log inputs, set to |
app |
Shiny application as returned by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.