PsyTeachR ADS Ch. 2

markdown

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

project

A way to organise related files in RStudio

knit

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

working directory

The filepath where R is currently reading and writing files.

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.

extension

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

YAML

A structured format for information

The end!