Homework 06

ImportantHW Instructions

Before starting, review the HW Instructions ⭐ for details on submission procedure.

Main Goals

The main goals of this homework assignment are:

  • Understand base R data structures (vectors, lists, array, matrix, data.frame/tibble)
  • Understand subsetting with base R
  • Understand iterative development and debugging
  • Understand iteration for creation or side effects
  • Understand wrangling multiple variables with across()
  • Understand for loops in R (importance of storage)
  • Understand anonymous functions

Non-TidyTuesday Section

This section of this homework consists of 1 challenge:

  • The challenge involves using base R concepts along with functions and for loop and across iteration concepts. See the NTT Template file for details and expectations.

TidyTuesday Section (optional)

ImportantInstructions

You can count work on this week’s TidyTuesday toward the exceptional work required for an A in the Homework component.

Explore the week’s TidyTuesday challenge. Develop a research question, then answer it through a short data story with effective visualization(s). Provide sufficient background for readers to grasp your narrative.