Code
library(tidyverse)
January 1, 2024
March 1, 2024
đź•° Time Estimation: X minutes
đź’¬ Learning Objectives:
This is an example of how to make md pages from rmarkdown documents. The source code to generate this md document is in develop/rmd/rmarkdown_example.Rmd
.
First we need to write the document as usual. Try to use the admonitions as in previous examples. Citations are like this (Garcia et al. 2020).
You can run code as usual in Rmarkdown. The chunk options can be very useful. By default, the code will not run unless explicity specified in the chunk (you can change this behaviour on the “knitr” chunk above).
You can add images using the knitr::include_graphics()
option.