Skip to contents

Reads the CSV written by a batch geocoding job.

Usage

read_geocode_result(path, crs = 4326)

Arguments

path

String. Path to the result CSV.

crs

Coordinate reference system of the result. Passed to sf::st_crs().

Value

An sf object, or a data.frame when the result has no coordinates.

Examples

if (FALSE) { # \dontrun{
read_geocode_result("geocoded.csv")
} # }