Skip to contents

geocode_table() converts the rich output from geocode() to a flat table with only JSON-safe column types.

Usage

geocode_table(x)

Arguments

x

a data frame returned by geocode()

Value

A tibble with atomic columns suitable for JSON serialization. geocode_table() includes the input address, geocode stage, matched ZIP code, matched street, and S2 cell as character columns.