assemble_header {accessrmd} | 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.