shiny: Default Logger for Shiny.

shinyR Documentation

Default Logger for Shiny.

Description

Serve a shiny application with default loggers, useful for debugging.

Usage

logApp(ui, server, ..., inputs = inputLogger)

shinyWithLog(app, inputs = inputLogger)

Arguments

ui, server

UI definition and server function as passed to shiny::shinyApp().

...

Any other arguments passed to shiny::shinyApp().

inputs

Logger to log inputs, set to NULL to not log.

app

Shiny application as returned by shiny::shinyApp().


log documentation built on March 18, 2022, 6:02 p.m.

Related to shiny in log...