helpPopup: Popup shiny function from Joe Cheng

View source: R/helpPopup.R

helpPopupR Documentation

Popup shiny function from Joe Cheng

Description

Popup shiny function from Joe Cheng

Usage

helpPopup(
  title,
  content,
  placement = c("right", "top", "left", "bottom"),
  trigger = c("click", "hover", "focus", "manual")
)

Arguments

title

Title of help popup

content

Content of help as character string

placement

Placement position

trigger

Trigger mechanism

Details

See <https://gist.github.com/jcheng5/5913297>.


byandell/qtl2shiny documentation built on Nov. 9, 2023, 7:58 p.m.