Rstudio now offers HTMLWidgets which allow for interactive chart generation natively, which is interesting: http://blog.rstudio.org/2014/12/18/htmlwidgets-javascript-da...
Combining the power of R and D3.js
11–16 of 16 posts
Re: Combining the power of R and D3.js
#12I wonder how this will compare to ggvis when it becomes more advanced. Also, I recommend looking intk Shiny for interactivity.
Re: Combining the power of R and D3.js
#13It's a work in progress, but something to watch out for, imho
Re: Combining the power of R and D3.js
#14Re: Combining the power of R and D3.js
#15R is a very powerful tool, but I fail to see how it's adding value in this case. It seems like the author is advocating just using R to clean up the data and put it in JSON. The same can be done (without overhead for context switching and server-client architecture) in JS itself. Tools like Crossfilter [0] can be seamlessly integrated with D3. [0]: https://square.github.io/crossfilter/
Re: Combining the power of R and D3.js
#16The culmination of such an approach is realized in the Beaker Notebook ( http://www.beakernotebook.com ). You can not only switch between languages, but the environment allows you to share datasets between Groovy, Python, JS, Julia, Ruby etc .. It's a work in progress, but something to watch out for, imho