Get list of GDAL drivers and file formats
Arguments
- conn
A
DBIConnectionobject to a DuckDB database. If not specified (conn = NULL), uses the default connection created withddbs_default_conn()(or a temporary one).
Examples
if (FALSE) { # \dontrun{
## load package
library(duckspatial)
## database setup
conn <- ddbs_create_conn()
## check drivers
ddbs_drivers(conn)
} # }
