Construct a gdal_open_opts() object from NAME = value pairs (the GDAL --oo /
GDALOpenEx() open-option channel).
Arguments
- ...
Named open options (
NAME = value). Logical values are coerced to"YES"/"NO".- driver
Optional GDAL driver short name 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.