Exercises
The exercises form the core instructional and evaluative material for the course.
- Rithmatic: a basic introduction starring the arithmetic operators [canvas]
- Atomic Data Types: a deep dive into R’s most important basic data types, i.e., numeric, character (strings), and logical (boolean) data types [canvas]
- Rcel, Part 1: an introduction to two of R’s composite data structures, i.e.,
vector
andfactor
[canvas] - Rcel, Part 2: a continuation of our exploration of key R composite data structures, focusing on
list
anddata.frame
[canvas] - Functions: a deep dive into R functions, including function arguments and return values [canvas]
- Branching Out & Feeling Loopy: an introduction to control structures in R, including
if
statements andfor
loops [canvas] - Food Prep: review of many concepts around data selection and indexing with some new techniques to help you transform, merge, and sort data [canvas]
- Reading & Writing Files: an introduction to reading and writing files in R, including CSV, Excel, and RDS files
- Base Graphics: an introduction to R’s base graphics system [canvas]
- Reproducible Research: learn to make reproducible research documents including formatted tables using Quarto [canvas]