PsyTeachR DSRR Ch. 2

absolute path

A file path that starts with / and is not appended to the working directory

directory

A collection or “folder” of files on a computer.

reproducibility

The extent to which the findings of a study can be repeated in some other context

extension

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

chunk

A section of code in an R Markdown file

YAML

A structured format for information

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.

path

A string representing the location of a file or directory.

project

A way to organise related files in RStudio

markdown

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

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.

relative path

The location of a file in relation to the working directory.

The end!