puddingTheme: Use Pudding Theme

Description Usage Arguments Details Value See Also Examples

Description

This is used within the YAML of a new Rmd document to use the Pudding Styled Theme

Usage

1
2
puddingTheme(toc = TRUE, code_folding = "show",
  number_sections = FALSE)

Arguments

toc

Whether to include a sticky table of contents automatically, Default: TRUE

code_folding

Should code be showing or hidden by default (options: "show", "hide"), Default: 'show'

number_sections

Should each chapter be numbered by default?, Default: FALSE

Details

DETAILS

Value

OUTPUT_DESCRIPTION

See Also

html_document

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# in the YAML of your .Rmd file:
title: "Pudding Styled Report"
author: "Your Name"
date: "today"
output:
  puddingR::puddingTheme:
    toc: true
    code_folding: "show"
    number_sections: "false"

## End(Not run)

the-pudding/puddingR documentation built on June 25, 2019, 12:15 a.m.