/rwars

An R client for the Star Wars API

Primary LanguageROtherNOASSERTION

Alderaan data in Alderaan places

An R client for the Star Wars API!

Author: Oliver Keyes
License: MIT
Status: Stable

Description

This is a connector to the SWAPI service, a database of Star Wars metadata with an associated API. It can be used to retrieve data about everything from the films to individual vehicles, characters or planets. See the introductory vignette for detailed information.

Installation

The latest released version can be obtained via:

install.packages("rwars")

To get the development version:

library(devtools)
install_github("ironholds/rwars")

Dependencies