This function takes application input and output directory as input parameter and update the shiny application code by adding messages for function and reactive expression if you don't provide the output directory it ask you to overwrite existing directory or provide output directory location.
1 | add_debugger_dir(input_dir, output_dir = NULL)
|
input_dir |
Path to the shiny application |
output_dir |
Path to output directory where you want to save shiny application . default value is NULL to overwrite. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.