metadata: The YAML metadata of the current R Markdown document
Description
The object metadata stores the YAML metadata of the current R Markdown
document as a list, which you may use in the R code chunks, e.g.
metadata$title (the title of the document), metadata$author,
and metadata$foo (if you have a YAML field named foo), etc.