Skip to contents

Downloads the result of a completed geocode_file_job().

Usage

write_geocode_result(job, path)

Arguments

job

A BatchGeocodeJob.

path

String. Where to write the result CSV.

Value

path, invisibly.

Examples

if (FALSE) { # \dontrun{
write_geocode_result(job, "geocoded.csv")
} # }