mod_popover_for_help: mod_popover_for_help_ui and mod_popover_for_help_server

mod_popover_for_help_uiR Documentation

mod_popover_for_help_ui and mod_popover_for_help_server

Description

A shiny Module.

xxx

Usage

mod_popover_for_help_ui(id)

mod_popover_for_help_server(id, data)

Arguments

id

xxx

data

xxx

Value

xxx

Examples

## 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)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.