This is an R Markdown document. 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.
In RStudio, click the Knit button to generate a document that includes both content as well as the output of any embedded R code chunks within the document. From R, use rmarkdown::render(path_to_file).
Here are some more examples of how to use the R Markdown formatting conventions:
The number of “#” signs sets the level of the header; here, 3rd level.
Bullets:
Numbered list:
links: https://www.eol.ucar.edu or EOL
[EOL](https://www.eol.ucar.edu)By default, lines are joined together into continuous paragraphs. To force a line break: add two spaces at the end of a line, like this:
first line
second line
images:
"{width=50%}"
An example.