YAML header basics in R Markdown

Опубликовано: 30 Май 2026
на канале: Joshua French
2,403
6

A video discussing the basic aspects of the YAML header in R Markdown documents.

To download an html file of the text shown in the video, run download.file("https://raw.githubusercontent.com/jfr...", "02-crash-course-in-rmd.nb.html") in the R console. The file will be downloaded to your current working directory (run getwd() in the R console to determine this).

The raw R Markdown code used to generate the html file is available at https://github.com/jfrench/DataWrangl....

General information about Data Wrangling and Visualization is available at https://github.com/jfrench/DataWrangl....