get_state_vectors: get_state_vectors

Description Usage Arguments Value Examples

View source: R/get_state_vectors.R

Description

Retrieve any state vector at the 'OpenSky Network' API. Depending on whether you use your personal credentials or not, you will have some limitations rate limits as explained in 'OpenSky Network' documentation

Usage

1
get_state_vectors(username = NULL, password = NULL, ...)

Arguments

username

Your 'OpenSky Network' username.

password

Your 'OpenSky Network' password.

...

Optional parameters to introduce in the request. This parameters are time, icao24, lamin, lomin, lamax, and lomax. These parameters are specified in 'OpenSky Network' REST API - All State Vectors

Value

A data.frame with fields specified in the 'OpenSky Network' REST API documentation.

Examples

1
2
get_state_vectors()
## Not run: get_state_vectors("your_username","your_password")

luisgasco/Ropensky documentation built on May 10, 2020, 7:33 a.m.