0% found this document useful (0 votes)
6 views10 pages

An Example R Markdown Document: (A Subtitle Would Go Here If This Were A Class)

This document is an example of an R Markdown presentation, which allows for the creation of documents in various formats including HTML, PDF, and MS Word. It includes sections demonstrating bullet points, R code output, and plots generated from R code. The document emphasizes the integration of content and R code execution within the Markdown framework.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views10 pages

An Example R Markdown Document: (A Subtitle Would Go Here If This Were A Class)

This document is an example of an R Markdown presentation, which allows for the creation of documents in various formats including HTML, PDF, and MS Word. It includes sections demonstrating bullet points, R code output, and plots generated from R code. The document emphasizes the integration of content and R code execution within the Markdown framework.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

An Example R Markdown Document

(A Subtitle Would Go Here if This Were a Class)

Prithvijit Mukherjee

Economics Department
{r setup, include=FALSE} knitr::opts_chunk$set(echo =
FALSE)
R Markdown
R Markdown

This is an R Markdown presentation. Markdown is a simple formatting


syntax for authoring HTML, PDF, and MS Word documents. For more
details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that
includes both content as well as the output of any embedded R code
chunks within the document.
Slide with Bullets
Slide with Bullets

I Bullet 1
I Bullet 2
I Bullet 3
Slide with R Output
Slide with R Output

{r cars, echo = TRUE} summary(cars)


Slide with Plot
Slide with Plot

{r pressure} plot(pressure)

You might also like