knitr::knit_hooks$set(source = markdowntemplates::prismpress_source_hook) ## DO NOT DELETE THIS LINE
knitr::knit_hooks$set(optipng = knitr::hook_optipng) ## DO NOT DELETE THIS LINE
knitr::knit_hooks$set(pngquant = knitr::hook_pngquant) ## DO NOT DELETE THIS LINE
knitr::opts_chunk$set(echo = TRUE)

PrismPress

This is an R Markdown format used for publishing markdown documents to GitHub. When you click the Knit button all R code chunks are run and a markdown file (.md) suitable for publishing to GitHub is generated.

Including Code

You can include R code in the document as follows:

summary(cars)

Including Plots

You can also embed plots, for example:

plot(pressure)

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.



hrbrmstr/markdowntemplates documentation built on May 17, 2019, 5:10 p.m.