knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
--
To:
From:
Subject:
--
Keep in mind: report should be in prose $\leq 2$ pages
library(knitr) kable(head(mtcars))
library(ggplot2) ggplot(data = mtcars, aes(x = mpg, y = hp, colour = wt)) + geom_point() + geom_smooth(method = 'loess')
Session information is saved to _r033-session-info.txt
writeLines(capture.output(sessionInfo()), "r03-session-info.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.