View source: R/assemble_header.R
assemble_header | R Documentation |
Returns header structure for use with 'access_head()' and 'access_rmd()'.
assemble_header(title, subtitle = NULL, auth, doc_date, enc)
title |
Text string to use as document title and h1 heading. |
subtitle |
Text string to use as subtitle heading. |
auth |
Text string or inline code to include as author heading. |
doc_date |
Text string or inline code to include as date heading. |
enc |
Text string to use as document encoding. |
An assembled html output page containing the required toc code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.