sw_people {repurrrsive} | R Documentation |
Data retrieved from the swapi API on the Star Wars Universe.
sw_people
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_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.
Data comes from http://swapi.co/ retrieved using
the rwars
package: https://github.com/Ironholds/rwars
# 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")