ymlthis
write YAML for R Markdown, bookdown, blogdown, and more
ymlthis is an R package that helps you write YAML front matter for R Markdown, bookdown, blogdown, and related documents. It provides yml_*() functions to programmatically build YAML configurations and use_*() functions to output the results to your clipboard or project files.
The package simplifies YAML creation by offering a pipeline-based interface for specifying document metadata, output formats, citations, and other R Markdown options. It supports complex configurations like multiple authors with affiliations, various output formats with parameters, and bibliography settings. The package also includes an RStudio add-in that provides an interactive interface for generating YAML without writing code.


