Render a New York City Council PDF or HTML report
council_pdf.RdRender 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()or- bookdown::html_document2().