powered by
Find a Specific Alternative Fuel Station by Unique ID
station_by_id(api_key, station_id)
Character. An authorized API key for the NREL API service. API keys can be requested at https://developer.nrel.gov/signup/
The unique ID of the station to find.
An object of class nrel_api, containing content, parameters, and response.
# NOT RUN { my_stn <- station_by_id(MY_API_KEY, station_id = 150544) stations(my_stn) # }
Run the code above in your browser using DataLab