Skip to content

Rafael-Ayala/openSkies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openSkies

CRAN_Status_Badge

openSkies provides a set of tools to retrieve, analyze and plot flight information data in R. It includes a client interface to the OpenSky API.

Installation

# Install openSkies from CRAN
install.packages("openSkies")

# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("Rafael-Ayala/openSkies")