Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 821 Bytes

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