All Projects → timelyportfolio → shiny-d3-showreel

timelyportfolio / shiny-d3-showreel

Licence: other
adapt the d3 showreel example to get data from R

Programming Languages

r
7636 projects

shiny-d3-showreel

Adapt the d3 showreel example from https://github.com/mbostock/d3/tree/master/examples/showreel to get data from R using Shiny instead of from the stocks.csv file. The showreel demonstrates various d3 plots and transitions between plots. Since most of the plots are slightly more useful with cumulative return rather than simple price, the server.R will also make that conversion.

To run, download the zip or tar of these files, extract, and in R

require(shiny)

runApp("c:\\path-to-downloaded-and-extracted")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].