Description Usage Arguments Functions See Also
You can put some debug code in your app for debugging. When app is running in debug mode, all debug code will be activated to show debug messages or store data for debug, etc. When app is running in non-debug mode, all debug code will do nothing.
1 2 3 4 5 | enable_debug(quiet = FALSE)
disable_debug(quiet = FALSE)
on_debug()
|
quiet |
A logic to show message or not. |
enable_debug
: Enable debug mode.
disable_debug
: Disable debug mode.
on_debug
: Judge whether debug is enable or not.
Other utils_dev:
add_analysis_module()
,
add_shiny_module()
,
save_debug_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.