star_wars: Star Wars data

Description Usage Format Details Source See Also Examples

Description

Star Wars data.

Usage

1

Format

Lots of data frames regarding the first seven films of the Star Wars franchise.

star_wars

A list of the raw pull from the Star Wars API.

films

Name, opening crawl, director and lists of characters, planets, etc.

people

Name, height, mass, hair color, films, etc.

species

Name, classification, designation, average lifespan, etc.

planets

Name, rotation period, orbital period diameter, population, residents, etc.

starships

Name, model, manufacturer, hyperdrive rating, etc.

vehicles

Name, model, manufacturer, cost, cargo capacity, etc.

Each has a corresponding vector of just the observation names.

films_names
people_names
species_names
planets_names
starships_names
vehicles_names

Details

All of this data is collected via rwars and the Star Wars API. Unfortunately it stops after the first Disney movie and so is woefully incomplete, but that is an issue with the API itself and not the rwars package. The data has been cleaned up to be more usable, but may have some kinks to sort out still.

All the data sets are tibble class objects.

Source

https://swapi.co/

See Also

rwars

Examples

1
2
3

m-clark/noiris documentation built on Sept. 9, 2019, 9:08 a.m.