ld_workflowr_header {listdown} | R Documentation |
Create a workflowr Header
Description
Output a workflowr R Markdown header with specified title.
Usage
ld_workflowr_header(title, toc = FALSE)
Arguments
title |
the title of the page. |
toc |
should the table of contents be generated? Default FALSE. |
Value
An S3 instance of class 'listdown_header' containing the R Markdown 'workflowr' header data.
[Package listdown version 0.5.7 Index]