PsyTeachR ADS Ch. 2

R markdown

The R-specific version of markdown: a way to specify formatting, such as headers, paragraphs, lists, bolding, and links, as well as code blocks and inline code.

YAML

A structured format for information

extension

The end part of a file name that tells you what type of file it is (e.g., .R or .Rmd).

project

A way to organise related files in RStudio

markdown

A way to specify formatting, such as headers, paragraphs, lists, bolding, and links.

working directory

The filepath where R is currently reading and writing files.

knit

To create an HTML, PDF, or Word document from an R Markdown (Rmd) document

The end!