R4DS Ch. 29

code_folding

{rmarkdown}

YAML option to enable or disable code folding

pdf_document()

{rmarkdown}

create PDF document from R markdown file

ioslides_presentation()

{rmarkdown}

create ioslides presentation from R markdown file

slidy_presentation()

{rmarkdown}

create Slidy presentation from R markdown file

textInput()

{shiny}

allow text input in Shiny

revealjs_presentation()

{revealjs}

create revealjs presentation from R markdown file

opts_chunk()

{knitr}

set options for R code chunks

numericInput()

{shiny}

allow numeric input in Shiny

word_document()

{rmarkdown}

create Word document from R markdown file

html_document()

{rmarkdown}

create HTML document from R markdown file

beamer_presentation()

{rmarkdown}

create beamer presentation from R markdown file

render_site()

{rmarkdown}

render R markdown documents into website

render()

{rmarkdown}

convert R markdown document to another format

The end!