Session Ready
Exercise

Add another bin

In this exercise, you'll edit your previous code so that skill has four levels:

  • If both star baker and technical wins are zero, recode as NA_character_
  • If star baker is greater than technical wins, recode as super_star
  • If star baker is less than technical wins, recode as high_tech
  • If star baker is equal to technical wins, recode as well_rounded
Instructions 1/3
undefined XP
  • 1
  • 2
  • 3

Edit the skill variable you just created to have the four levels as described above.