Learn R Programming

listdown (version 0.5.7)

ld_workflowr_header: Create a workflowr Header

Description

Output a workflowr R Markdown header with specified title.

Usage

ld_workflowr_header(title, toc = FALSE)

Value

An S3 instance of class `listdown_header` containing the R Markdown `workflowr` header data.

Arguments

title

the title of the page.

toc

should the table of contents be generated? Default FALSE.