Partial 'rmarkdown' Documents to Prettify your Reports
Convert text or file to a partial
Generate a small plot that will be enlarged in a modal when clicked
Get some debugging information on various potential problems when maki...
Knit a child document and output as is (render markup)
Paste and output as is (render markup)
Print knit_asis as rendered HTML in the viewer
Show the estimated coefficients in a regression and diagnostics
Use 'rmarkdown' partials, also know as child documents in 'knitr', so you can make components for HTML, PDF, and Word documents. The package provides various helper functions to make certain functions easier. You may want to use this package, if you want to flexibly summarise objects using a combination of figures, tables, text, and HTML widgets. Unlike HTML widgets, the output is Markdown and can hence be turn into other output formats than HTML.
Useful links