mod_helpPopover: Help popover windows

mod_helpPopoverR Documentation

Help popover windows

Description

A shiny Module.

Usage

mod_helpPopover_ui(id)

mod_helpPopover_server(id, title, content)

Arguments

id

A character(1) xxx

title

A character() xxx

content

A character() xxx

Value

NA

Examples

library(shiny)

    ui <- mod_helpPopover_ui("help")

    server <- function(input, output, session) {
        mod_helpPopover_server("help",
            title = "Foo",
            content = "xxx"
        )
    }

    shinyApp(ui = ui, server = server)

samWieczorek/Dapar2 documentation built on Oct. 12, 2023, 9:54 a.m.