View source: R/make_knitr_header.R
make_knitr_header | R Documentation |
titling
with the new command
\subtitle
.
\usepackagetitling
\newcommand\subtitle[1]
\posttitle
\par\endcenter
\begincenter\large#1\endcenter
\vskip0.5em
Capitalization is not modified by this function.Assumes the presence of the LaTeX package titling
with the new command
\subtitle
.
\usepackagetitling
\newcommand\subtitle[1]
\posttitle
\par\endcenter
\begincenter\large#1\endcenter
\vskip0.5em
Capitalization is not modified by this function.
make_knitr_header(
title_str = "",
sub_title_str = "",
author_str = "Data Science Core"
)
title_str |
character vector of length 1 having the text of the title |
sub_title_str |
character vector of length 1 having the text of the subtitle |
author_str |
character vector of length 1 having the text describing the author(s). Has default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.