count_results {altfuelr} | R Documentation |
Count Station Results
Description
Count Station Results
Usage
count_results(x)
Arguments
x |
A nrel_api object |
Value
A data frame of station count by fuel station type
Examples
## Not run:
x <- nearest_stations(MY_API_KEY, location = "Fort Worth, TX", radius = 5)
count_results(x)
## End(Not run)
[Package altfuelr version 0.1.0 Index]