
Regenerate the GDAL pipeline contract snapshot from the installed GDAL
Source:R/contract.R
gdalviz_refresh_contract.RdRuns gdal <type> pipeline --json-usage against the GDAL CLI on the user's
PATH (or an explicit binary) and writes the result as a new contract
snapshot, so the contract registry matches the locally installed GDAL
version instead of the snapshot bundled with the package.
Usage
gdalviz_refresh_contract(
path = NULL,
type = c("vector", "raster"),
gdal = NULL
)