Skip to content

Instantly share code, notes, and snippets.

View timelyportfolio's full-sized avatar

timelyportfolio timelyportfolio

View GitHub Profile
@timelyportfolio
timelyportfolio / .block
Created August 31, 2018 03:38
dt with heading tooltips
license: mit
@timelyportfolio
timelyportfolio / Readme.md
Created July 6, 2018 01:41
dygraphs point fun

supplement to Stack Overflow

Code

library(dygraphs)
library(scales)

lungDeaths <- xts::as.xts(cbind(mdeaths, fdeaths))
@timelyportfolio
timelyportfolio / .block
Last active October 27, 2019 19:16
vsup ggplot2 interactive svg 2
license: mit
@timelyportfolio
timelyportfolio / .block
Last active October 27, 2019 19:17
vsup ggplot2 interactive svg
license: mit
@timelyportfolio
timelyportfolio / .block
Last active June 5, 2018 11:38
rhandsontable widget with JavaScript calc
license: mit
@timelyportfolio
timelyportfolio / Readme.md
Created March 30, 2018 15:28
shiny datatables update streaming

Let's say you have streaming data, and you would like to update a DT::datatable in Shiny without completely re-rendering the table. Here is some code to illustrate how this might be accomplished. Hope it helps.

library(DT)
library(shiny)

ui <- tagList(
  tags$script(HTML(
"
Shiny.addCustomMessageHandler(
@timelyportfolio
timelyportfolio / .block
Created March 8, 2018 03:27
bulma and bulma-extensions with R
license: mit
@timelyportfolio
timelyportfolio / .block
Last active August 29, 2019 18:18
vega-lite theme
license: mit
@timelyportfolio
timelyportfolio / .block
Last active February 19, 2018 20:14
vega-lite theme
license: mit
@timelyportfolio
timelyportfolio / .block
Last active February 13, 2018 11:56
parcoords brush clear
license: mit