geocode_gmap_one: Geocode a Single Address with Google's API

View source: R/geocoding.R

geocode_gmap_oneR Documentation

Geocode a Single Address with Google's API

Description

Geocode a Single Address with Google's API

Usage

geocode_gmap_one(
  address = "1243 Willowdale Ave, Ottawa, ON",
  api_key = NA,
  verbose = FALSE,
  wait_nicely = TRUE
)

Arguments

address

A character vector with a single address.

api_key

A valid API key for Google Cloud Services. See https://cloud.google.com/free/

verbose

Boolean flag controlling console updates. Defaults to FALSE.

wait_nicely

Boolean flag controlling API rate. Defaults to TRUE.

Value

A dataframe with geocoded latitute and logitude.


Ottawa-Neighbourhood-Study/onsr documentation built on June 19, 2022, 11:46 a.m.