geocode_records() attaches a run manifest as an attribute of its output.
This returns it: a run id and UTC timestamp, the locatr / tidygeocoder /
cache-schema versions, the tiers run, whether a reference table was used, the
cache path, per-review_status counts, and cache activity
(cache_hits / cache_misses / cache_writes). Read it directly on the
geocode_records() result, since later data-frame operations may drop the
attribute.
Usage
geocode_provenance(data)
# S3 method for class 'locatr_provenance'
print(x, ...)Arguments
- data
Output of
geocode_records().- x
A
locatr_provenanceobject.- ...
Ignored.
