Summary

This webpage is a R Markdown document, showing how to use rmarkdown to create a webpage with a bulleted list, a plot and a table. This webpage applies also a theme or style that change the font, colors, and other formating instead of the default template. Finally, this webpage will be published online through RPubs. 1

A Bulleted List

This is a bulleted list of the days of week created with rmarkdown.

  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday

A Plot of the Built-in ‘Pressure’ Dataset

This is a scatterplot of the built-in pressure dataset:

A Table of the Top Six Rows of the Built-in ‘Cars’ Dataset

We can also include a table using the kable function in knitr.

speed dist
4 2
4 10
7 4
7 22
8 16
9 10

  1. For more details on using R Markdown see http://rmarkdown.rstudio.com.