nylen / d3-process-map

Web application to illustrate the relationships between objects in a process using d3.js.
MIT License
416 stars 196 forks source link

Is it possible to integrate this with R Shiny? #29

Open sangita-sriram opened 5 years ago

sangita-sriram commented 5 years ago

Hi Nylen, this is wonderfully written code. I was wondering if we could integrate this with an R shiny app or even a normal r2d3 to begin with.

nylen commented 5 years ago

Hi @Sangita251, with code anything is possible, in order to integrate this into R code then you would either need to rewrite the PHP code in R, or have the R app generate the .json file that serves as input for this project.