I saved some graphs from a script as an html object using:
htmlwidgets::saveWidget(p,"graph.html"))
Is it possible to read this object back into R? I can't find anything in the htmlwidgets documentation: https://cran.r-project.org/web/packages/htmlwidgets/htmlwidgets.pdf
for opening or reading back in the object in R?