search_geo {onemapsgapi} | R Documentation |
Get Location Data from keyword
Description
This function is a wrapper for the Search API. It allows for geocoding of data such as postal codes or address information.
This is an internal function for the geocode_onemap
function.
Usage
search_geo(search_val = NULL, return_geom = FALSE, address_details = FALSE)
Arguments
search_val |
Keyword(s) to be geocoded, e.g. column of postal codes |
return_geom |
Default = |
address_details |
Default = |
[Package onemapsgapi version 2.0.0 Index]