Learn R Programming

volker (version 3.1.0)

html_report: Volker style HTML document format

Description

Based on the standard theme, tweaks the pill navigation to switch between tables and plots. To use the format, in the header of your Markdown document, set output: volker::html_report.

Usage

html_report(...)

Value

R Markdown output format.

Arguments

...

Additional arguments passed to html_document.

Examples

Run this code
if (FALSE) {
# Add `volker::html_report` to the output options of your Markdown document:
#
# ```
# ---
# title: "How to create reports?"
# output: volker::html_report
# ---
# ```
}

Run the code above in your browser using DataLab