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
This is a bulleted list of the days of week created with rmarkdown.
This is a scatterplot of the built-in pressure 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 |
For more details on using R Markdown see http://rmarkdown.rstudio.com.↩