View source: R/observe_helpers.R
| observe_helpers | R Documentation |
Function to show a modal dialog, observing each of the help icons in the app.
observe_helpers(session = shiny::getDefaultReactiveDomain(), help_dir = "helpfiles", withMathJax = FALSE)
session |
The session object in your shiny app. |
help_dir |
A character string of the directory containing your helpfiles. |
withMathJax |
If |
server <- function(input, output, session){
# use anywhere in your server.R script
observe_helpers()
# rest of server.R
# ...
# ...
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.