-
-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
I am trying to embed a html figure into xaringan
presentation:
- This works perfectly fine
library(plotly)
p <- plot_ly(z = volcano, type = "heatmap")
p
Save the figure:
htmlwidgets::saveWidget(p, paste0("p.html"))
- This does not work at all"
htmltools::knit_print.html("p.html")
Not even this:
htmltools::knit_print.shiny.tag("p.html")
Metadata
Metadata
Assignees
Labels
No labels