Exercise

Rectangling Star Wars planets

Let's finish what we started in the last exercise of the previous lesson, exploring Star Wars planets! The movie_planets_list scraped from the Star Wars API has been pre-loaded for you. You'll need two specific unnesting operations to completely rectangle this data.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a tibble with a single column called movie out of movie_planets_list.