Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rmarkdown (version 2.22)

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. rmarkdown::metadata$title (the title of the document), rmarkdown::metadata$author, and rmarkdown::metadata$foo (if you have a YAML field named foo), etc.

Arguments

Format

An object of class list of length 0.

Examples

Run this code
rmarkdown::metadata

Run the code above in your browser using DataLab