location_query {pbr} | R Documentation |
Query information about a location
Description
This function is used to find the information needed for an entire GET request url based on just the zip code or city name (or regex)
Usage
location_query(location)
Arguments
location |
Zip code or (portion of) city name |
Value
A data.frame with city name, zip code, lat, and long
[Package pbr version 0.0.2 Index]