Construct a gdal_config_opts() object from NAME = value pairs. Configuration options are
global, stateful settings applied to the GDAL process (via gdalraster::set_config_option() /
the CLI --config flag), and are not algorithm arguments. When driver is supplied, values
for boolean options are validated against the driver metadata.
Arguments
- ...
Named configuration options as
KEY=VALUEpairs.- driver
Optional GDAL driver short name (e.g.
"GPKG") to associate.- .set_defaults
Logical. If
TRUE, options left unset (NULL) are filled with the driver's documented GDAL metadata defaults (via the relevantgdal_vector_driver_*_opts_defaults()); user-supplied values always take precedence. Defaults toFALSE.