count_results {altfuelr} | R Documentation |
Count Station Results
count_results(x)
x |
A nrel_api object |
A data frame of station count by fuel station type
## Not run:
x <- nearest_stations(MY_API_KEY, location = "Fort Worth, TX", radius = 5)
count_results(x)
## End(Not run)