R/mod_help_button_fct_helpers.R

Defines functions launch_help_modal

launch_help_modal <- function(current_tab) {
  shiny::showModal(
    shiny::modalDialog(
      title = "More Information",
      size = "l",
      includeMarkdown(app_sys("app", "docs", glue::glue("{current_tab}.md"))),
      easyClose = TRUE
    )
  )
}
rpodcast/shinylego documentation built on Oct. 1, 2021, 6:37 a.m.