The rmarkdown package helps you create dynamic analysis documents that combine code, rendered output (such as figures), and prose. You bring your data, code, and ideas, and R Markdown renders your ...
I am trying to embed standalone HTML files within a larger HTML report generated with Rmd using iframes. When I knit to HTML within RStudio, I get the expected behavior, which is an independent HTML ...