Any questions?
url <- "https://github.com/matthewhirschey/tidybiology-plusds/raw/master/media/Rmarkdown-yaml.png" knitr::include_graphics(url)
url <- "https://github.com/matthewhirschey/tidybiology-plusds/raw/master/media/Rmarkdown-output.png" knitr::include_graphics(url)
Recall that Rmarkdown documents can be rendered into several different output file types
Parameters of a document are defined in the YAML header, and can pre-populate an Rmarkdown document. To see this in action,
url <- "https://github.com/matthewhirschey/tidybiology-plusds/raw/master/media/Rmarkdown-parameters.png" knitr::include_graphics(url)
url <- "https://github.com/matthewhirschey/tidybiology-plusds/raw/master/media/Rmarkdown-using-parameters.png" knitr::include_graphics(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.