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
@RAPLER
RAPLER / DESCRIPTION
Created October 12, 2015 01:47 — forked from wch/DESCRIPTION
Type: Shiny
Title: Client data and query string
License: MIT
Author: Winston Chang <[email protected]>
AuthorUrl: http://www.rstudio.com/
Tags: clientdata query-string
DisplayMode: Showcase
@RAPLER
RAPLER / helpPopup.R
Last active October 27, 2016 13:34 — forked from jcheng5/helpPopup.R
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(