knitr::opts_chunk$set(echo = TRUE)

LCI Report

This is an RMarkdown format used for publishing markdown documents as LCI reports. When you click the Knit button all R code chunks are run and a HTML file suitable for publishing online or sharing with collaborators 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.



csp-inc/rmdy documentation built on May 14, 2019, 12:24 p.m.