Queries the CKAN package_show endpoint recorded in a provenance
object and returns the URL of the first resource whose name matches the
provenance's name-match pattern. CKAN powers data.ontario.ca,
data.gov.uk, data.gov, and most government open-data portals, so this
recovers the current download URL even if the underlying resource UUID
has been replaced.
Arguments
- provenance
A provenance list as returned by
load_provenance(). Must containdataset$ckan_api_endpointandresource$name_match_pattern.