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 June 22, 2024, 9:33 a.m.