powered by
Data retrieved from the swapi API on the Star Wars Universe.
sw_peoplesw_filmssw_planetssw_speciessw_vehiclessw_starships
sw_films
sw_planets
sw_species
sw_vehicles
sw_starships
Unnamed lists with varying number of components.
sw_people List of individual people or characters within the Star Wars universe.
sw_people
sw_starships List of transport crafts with hyperdrive capability.
sw_vehicles List of transport crafts without hyperdrive capability.
sw_films List of Star Wars films.
sw_species List of types of people or characters within the Star Wars Universe.
sw_planets List of large masses, planets or planetoids in the Star Wars Universe, at the time of 0 ABY.
# NOT RUN { # sw_people length(sw_people) names(sw_people[[1]]) sapply(sw_people, `[[`, "name") # sw_films length(sw_films) names(sw_films[[1]]) sapply(sw_films, `[[`, "title") # }
Run the code above in your browser using DataLab