Skip to content

Instantly share code, notes, and snippets.

View RAPLER's full-sized avatar
💭
I may be slow to respond.

Claude Boivin RAPLER

💭
I may be slow to respond.
  • Quebec City, Canada
View GitHub Profile
@jcheng5
jcheng5 / helpPopup.R
Created July 2, 2013 21:25
Bootstrap style help popup for Shiny apps
helpPopup <- function(title, content,
placement=c('right', 'top', 'left', 'bottom'),
trigger=c('click', 'hover', 'focus', 'manual')) {
tagList(
singleton(
tags$head(
tags$script("$(function() { $(\"[data-toggle='popover']\").popover(); })")
)
),
tags$a(