Returns header structure for use with 'access_head()' and 'access_rmd()'.
assemble_header(title, subtitle = NULL, auth, doc_date, enc)Text string to use as document title and h1 heading.
Text string to use as subtitle heading.
Text string or inline code to include as author heading.
Text string or inline code to include as date heading.
Text string to use as document encoding.
An assembled html output page containing the required toc code.