powered by
Based on the standard theme, tweaks tex headers. To use the format, in the header of your Markdown document, set output: volker::pdf_report.
output: volker::pdf_report
pdf_report(...)
R Markdown output format.
Additional arguments passed to pdf_document.
if (FALSE) { # Add `volker::pdf_report` to the output options of your Markdown document: # # ``` # --- # title: "How to create reports?" # output: volker::pdf_report # --- # ``` }
Run the code above in your browser using DataLab