search_geo: Get Location Data from keyword

View source: R/search_geo.R

search_geoR 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


onemapsgapi documentation built on June 8, 2025, 10:05 a.m.