How to import dygraphs back into R?

73 Views Asked by At

I'm saving a dygraph with the saveWidget and then want to load it back into the ui.R of a shiny app with includeHTML. In short, in the server.R I put:

saveWidget(p,"html/dyplot.html")

in the ui.R:

includeHTML("html/dyplot.html")

Currently this does not work, could somebody point me in the right direction here?

0

There are 0 best solutions below