inst/shiny/ui/ui-tab-about.R

##########################
# About tab UI

tabPanel(
  title = "About",
  id    = "aboutTab",
  value = "aboutTab",
  name  = "aboutTab",
  class = "home",
  icon  = icon("info-circle"),
  includeMarkdown(file.path("text", "about.md"))
  # includeMarkdown("inst/shiny/text/about.md")
)

Try the nph package in your browser

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

nph documentation built on May 17, 2022, 1:06 a.m.