OpenSkyR

This R library provides functions for getting data from OpenSky REST API
You can install the latest version of openskyr from Github with the following command. In the future, you can install the library from CRAN.
# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("luisgasco/openskyr")
To consult the instructions for use, please read the readme of the Github repository