powered by
Quality of life improvement until I submit the package to CRAN. Runs devtools::install_github('pheymanss/chronicle') Build the yaml output specification for an R Markdown
output_config( output_format, number_sections = FALSE, table_of_content = FALSE, table_of_content_depth = 1, fig_width = 11, fig_height = 5, prettydoc_theme = "leonids" )
The format of the R Markdown file.
Whether or not to number the sections and subsections of the report.
Whether or not to include a table fo content at the beginning of the report.
The depth of sections and subsections to be displayed on the table of content.
Set the global figure width or the rmarkdown file.
Set the global figure height or the rmarkdown file.
Name of the theme used on prettydoc. Default is leonids.
The lines needed in the yaml header of an R Markdown file to render as the specified output type.
Currently supported: prettydoc, ioslides, tufte, flexdashboard, slidy_presentation, html_document, html_notebook.
# NOT RUN { cat(output_config('prettydoc')) cat(output_config('ioslides')) # }
Run the code above in your browser using DataLab