shinybreakpoint
is a shiny
module which one can add to the Shiny
application. Is an answer to the problem with setting (editor)
breakpoint in the modules stored in separate files - currently it is not
possible to do this in RStudio IDE. With shinybreakpoint
breakpoint
can be set in the reactive context in any file making developing
modularized Shiny applications easier.
You can install the development version of shinybreakpoint
from
GitHub with:
# install.packages("devtools")
devtools::install_github("gsmolinski/shinybreakpoint")
See the whole documentation in the Articles section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.