createHeader | R Documentation |
This function makes the header for the report R script to be rendered by knitr into Rmarkdown and rendered into HTML, PDF, or Word.
createHeader( title = "MicrobiomeExplorer Report", author = "", date = "", data.source = "", output = getOption("me.reportformat"), toc = TRUE )
title |
Title of the report. |
author |
Author of the report. |
date |
Date of the report. |
data.source |
R code used to obtain the dataset |
output |
Output of Rmarkdown file. |
toc |
Table of contents. Default is TRUE. |
This was adapted from https://yihui.name/knitr/demo/stitch/
A character vector where each element is a line in the R script.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.