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 = FALSE. Whether to return the coordinate information

address_details

Default = FALSE. Whether to return address information


[Package onemapsgapi version 2.0.0 Index]