Description Usage Arguments Value Examples
Extract station data from API object
1 | stations(x)
|
x |
An nrel_api object. |
A data frame with the station listing from the nrel_api object.
1 2 3 4 5 6 | ## Not run:
my_params <- nrel_params(fuel_type = "ELEC", ev_connector_type = "TESLA")
my_stations <- get_all_stations(MY_API_KEY, my_params)
stations(my_stations)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.