vinwol
vinwol
Could it be an option to modify the code so that the Javascript part could be used inside an R Markdown HTML document?
I saw this example: https://stackoverflow.com/questions/56361986/zoom-function-in-rmarkdown-html-plot Not sure the underlying JS code of scatterD3 can be adopted to work directly in the HTML document? On a different note, could scatterD3 be...
My reporting involves a pipeline where many outputs are generated in a for loop. I managed to include scatterD3 in the loop in the following way: print(htmltools::tagList(scatterD3::scatterD3(...))). Recently I came...