d-qn / openSkies

Home Page:https://cran.r-project.org/web/packages/openSkies/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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