你能帮我找到在Rflexdashboard中打印png图像的正确代码吗?title: "Analyse des installations PV - Les Vergers" date: "`rformat(Sys.time(), '%d %B, %Y')`" flexdashboard::flex_dashboard:
o
我已经在R中创建了一个htmlwidget,我想将其包含在Flexdasboard中。我能够生成小部件并将其另存为".html"文件。然后使用RMarkdown,我使用htmltools::includeHTML("filename.html")将小部件插入到我的.rmd文件中,问题是当我使用Knit to flex_dashboard