Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

DataCamp

Foundations of Functional Programming with purrr

via DataCamp

Overview

Learn to easily summarize and manipulate lists using the purrr package.

Lists can be difficult to both understand and manipulate, but they can pack a ton of information and are very powerful. In this course, you will learn to easily extract, summarize, and manipulate lists and how to export the data to your desired object, be it another list, a vector, or even something else! Throughout the course, you will work with the purrr package and a variety of datasets from the repurrrsive package, including data from Star Wars and Wes Anderson films and data collected about GitHub users and GitHub repos. Following this course, your list skills will be purrrfect!

Syllabus

  • Simplifying Iteration and Lists With purrr
    • Iteration is a powerful way to make the computer do the work for you. It can also be an area of coding where it is easy to make lots of typos and simple mistakes. The purrr package helps simplify iteration so you can focus on the next step, instead of finding typos.
  • More complex iterations
    • purrr is much more than a for loop; it works well with pipes, we can use it to run models and simulate data, and make nested loops!
  • Troubleshooting lists with purrr
    • Like anything in R, understanding how to troubleshoot issues is an important skill set. This can be particularly important with lists, where finding the problem can be tricky.
  • Problem solving with purrr
    • Now that you have the building blocks, we will start tackling some more complex data problems with purrr.

Taught by

DataCamp Content Creator

Reviews

Start your review of Foundations of Functional Programming with purrr

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.