| mod_popover_for_help_ui | R Documentation | 
A shiny Module.
xxx
mod_popover_for_help_ui(id) mod_popover_for_help_server(id, data)
| id | xxx | 
| data | xxx | 
xxx
## Not run: 
library(shiny)
library(shinyBS)
ui <- fluidPage(
  mod_popover_for_help_ui('Title')
)
server <- function(input, output){
  mod_popover_for_help_server(id = 'Title',
                              data = list(title = 'Test', 
                                          content = 'Test')
  )
}
shinyApp(ui, server)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.