Skip to content

Instantly share code, notes, and snippets.

View timelyportfolio's full-sized avatar

timelyportfolio timelyportfolio

View GitHub Profile
@timelyportfolio
timelyportfolio / .block
Last active January 6, 2018 03:09
alternate version of market quilt
license: mit
height: 600
@timelyportfolio
timelyportfolio / .block
Last active December 30, 2017 17:49
d3 parallel coordinates categorical axis select
license: mit
@timelyportfolio
timelyportfolio / .block
Last active December 30, 2017 17:03
d3 categorical axis with selection
license: mit
@timelyportfolio
timelyportfolio / .block
Last active January 16, 2020 14:19
d3 parallel coordinates with outside filters
license: mit
@timelyportfolio
timelyportfolio / .block
Last active December 21, 2017 12:29
d3 treemap (forked to add brush)
border: no
height: 800
license: gpl-3.0
@timelyportfolio
timelyportfolio / .block
Last active December 17, 2017 22:32
bar graph in v4 with a bar brush
license: mit
@timelyportfolio
timelyportfolio / .block
Created December 17, 2017 17:09
leaflet + plotly crosstalk no shiny
license: mit
@timelyportfolio
timelyportfolio / .block
Last active November 28, 2017 03:41
d3 (v3) brush with numeric labels
license: mit
@timelyportfolio
timelyportfolio / .block
Created November 23, 2017 04:10
draw line with fabricjs and d3
license: mit
height: 500
@timelyportfolio
timelyportfolio / Readme.md
Last active June 8, 2018 11:10
React office-ui-fabric rating component used with R Shiny

As an extension to the blog post React in R, I thought it would be helpful to demonstrate how we can combine a React component with R Shiny.

screenshot of react working with R shiny

Code

library(htmltools)
library(shiny)
library(reactR)