- filename
Character string containing the name of the file to access.
This may not refer to a physical file, but instead contain information for
the driver on how to access a dataset (e.g., connection string, URL, etc.)
- raster
Logical value indicating whether to include raster format
drivers in the search, TRUE
by default. May be set to FALSE
to include
only vector drivers.
- vector
Logical value indicating whether to include vector format
drivers in the search, TRUE
by default. May be set to FALSE
to include
only raster drivers.
- allowed_drivers
Optional character vector of driver short names
that must be considered. Set to NULL
to consider all candidate drivers
(the default).
- file_list
Optional character vector of filenames, including those
that are auxiliary to the main filename (see Note). May contain the input
filename
but this is not required. Defaults to NULL
.