Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 905 Bytes

R.md

File metadata and controls

15 lines (10 loc) · 905 Bytes

R

Shiny is a new package from RStudio that makes it incredibly easy to build interactive web applications with R.

shiny


plotly  —  an R package for creating interactive web graphics via the open source JavaScript graphing library plotly.js.

1 2 3


  • plyr - A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together.