R/info.R

Defines functions help_ui

help_ui <- function()
{
  tabPanel(
    title = "Info",
    icon = icon("question", verify_fa = FALSE),
    value = "info",
    includeMarkdown(system.file("resources/info.md", package = "pmxcode"))
  )
}

Try the pmxcode package in your browser

Any scripts or data that you put into this service are public.

pmxcode documentation built on Oct. 19, 2024, 5:07 p.m.