
OGRSQL OGRSQL driver, use to [dbConnect()] to a data source readable by sf
Source:R/sf_ogr.R
OGRSQL.RdOGRSQL OGRSQL driver, use to [dbConnect()] to a data source readable by sf
Examples
if (FALSE) { # \dontrun{
con <- dbConnect(OGRSQL(), "hydrofabric.gpkg")
as_ogr(con, "flowpaths")
} # }