Render a New York City Council PDF or HTML report
council_pdf.Rd
Render a New York City Council PDF or HTML report
Usage
council_pdf(toc = FALSE, highlight = "default", ...)
council_html(toc = FALSE, highlight = "default", ...)
Arguments
- toc
Whether to include a table of contents. Defaults to
FALSE
.- highlight
Highlighting style
- ...
Further options passed to
bookdown::pdf_document2()
orbookdown::html_document2()
.