Skip to content

Instantly share code, notes, and snippets.

@lisallreiber
lisallreiber / yaml_frontmatter_r_github_document.yaml
Created March 27, 2021 21:19 — forked from jennybc/yaml_frontmatter_r_github_document.yaml
YAML frontmatter for R Markdown to cause rmarkdown::render() to retain intermediate Markdown file for .R and .Rmd files, respectively
#' ---
#' title: "Something fascinating"
#' author: "Jenny Bryan"
#' date: "`r format(Sys.Date())`"
#' output: github_document
#' ---