51 Functions

You can follow along with the slides here if they do not appear below.

51.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, ideal for comprehensive reports and presentations, .R files are focused on script execution, making them simpler for direct script-based activities.

51.2 Functions for real

51.3 Code Along pt 2

You can find the materials for this activity here.

51.4 Writing Functions