Creation of interactive plots of R-sites on the site

Last year I worked on a project to create R-graphics. I remember that during my research I came across something to visualize interactive R-graphics on a web page. Unfortunately, I do not remember the name.

Does anyone know a good package / ... to achieve this? I would like to get data from a database, use that data to create a graph using R, and then render the graph on a web page.

+3
source share
1 answer

There are two ways to do this. You can use the direct method or the indirect method. For the indirect method, you create javascript in your R script and pas in PHP (this is a lot of work, but gives really good graphics):

epivizr, D3.js

+4

All Articles