v0.3.6
profvis 0.3.6
-
Added a profvis Shiny module, for starting/stopping the profiler during the execution of a Shiny application. This can be helpful if you don't want to profile the entire execution of an app, only a certain operation. To install the profvis module into your app, add
profvis_ui("profvis")
to your UI, andcallModule(profvis_server, "profvis")
to your server function. -
Exported
parse_rprof
function.