Description Usage Arguments Value Examples
Find a Specific Alternative Fuel Station by Unique ID
1 | station_by_id(api_key, station_id)
|
api_key |
Character. An authorized API key for the NREL API service. API keys can be requested at https://developer.nrel.gov/signup/ |
station_id |
The unique ID of the station to find. |
An object of class nrel_api, containing content, parameters, and response.
1 2 3 4 5 | ## Not run:
my_stn <- station_by_id(MY_API_KEY, station_id = 150544)
stations(my_stn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.