Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (18 loc) · 1.13 KB

day2_4.md

File metadata and controls

36 lines (18 loc) · 1.13 KB

Day 2, Session 4

Iterating well with purrr, with Shannon Pileggi

Learning objectives

  • Briefly discuss iterative techniques that do not require loops or purrr::map_ (for example, group_by, vectorized functions, etc.

  • Explore lists as an object to store information of varying types and sizes; explain how to extract elements from a list.

  • Apply functions from the purrr::map_ family to perform iteration as an alternative to loops.

Slides

  • view slides in your web browser:

Exercises

  • appear in the slides

Additional Resources