R/02-help.R

Defines functions getHelp

Documented in getHelp

#' Get Text for Help Panel in Shiny App
#'
#' @param id id of selected tab
#'
#' @export
getHelp <- function(id) {
  tagList(
    tags$b("Welcome to the FRUITS App!"),
    tags$p("This is the help")
  )
}
Pandora-IsoMemo/resources documentation built on Nov. 21, 2024, 3:56 a.m.