A page bundle encapsulates the computational components, R Markdown header, and listdown object. Together, these three objects are sufficient to create a document, which can be written with the `ld_create_document()` function.

ld_bundle_doc(cc, header, ld)

Arguments

cc

the computational component list that will be presented.

header

a `list` with the header information for the document.

ld

a `listdown` object describing how to present the computational components.

See also

ld_create_document