63 LEC: Functions

You can follow along with the slides here if you would like to open them full-screen.

63.1 Code Along pt 1

You can find the materials for this activity here. This time we will be working with .R files, which offer a straightforward method for executing R scripts. Unlike .Rmd (R Markdown) files, which integrate R code with Markdown for a blend of code, output, and narrative, .R files are focused on script execution, making them simpler for direct script-based activities. Both methods have their uses, depending on your own goals.

63.2 Functions for real

63.3 Code Along pt 2

You can find the materials for this activity here.

63.4 Writing Functions