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 comes from http://swapi.co/ retrieved using the rwars package: https://github.com/Ironholds/rwars

Examples

# 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")

[Package repurrrsive version 1.0.0 Index]