sw_people {repurrrsive}R Documentation

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

Format

Unnamed lists with varying number of components.

Details

Source

Data originally obtained from ⁠http://swapi.co/⁠ using the rwars package: https://github.com/Ironholds/rwars. The Star Wars API appears to have moved to ⁠https://pipedream.com/apps/swapi⁠ since that time.

Examples

# sw_people
str(sw_people, max.level = 1)
str(sw_people[[1]])
sapply(sw_people, `[[`, "name")

# sw_films
str(sw_films, max.level = 1)
str(sw_films[[1]])
sapply(sw_films, `[[`, "title")

[Package repurrrsive version 1.1.0 Index]