assemble_header {accessrmd}R Documentation

Assemble HTML header output from text provided.

Description

Returns header structure for use with 'access_head()' and 'access_rmd()'.

Usage

assemble_header(title, subtitle = NULL, auth, doc_date, enc)

Arguments

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.

Value

An assembled html output page containing the required toc code.


[Package accessrmd version 1.0.0 Index]