repurrrsive (version 1.0.0)

sw_people: Entities from the Star Wars Universe

Description

Data retrieved from the swapi API on the Star Wars Universe.

Usage

sw_people

sw_films

sw_planets

sw_species

sw_vehicles

sw_starships

Arguments

Format

Unnamed lists with varying number of components.

Details

  • 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.

Examples

Run this code
# 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