Retrieve records from OGRSQL query
Usage
# S4 method for GDALOGRSQLResult
dbFetch(res, n = NULL, ..., geom = "wkt", fid = FALSE)
Arguments
- res
A GDALOGRSQLResult Object
- n
Number of records to fetch. Default NULL
for all records.
- ...
Additional arguments
- geom
character. Either "json"
, "gml"
, "kml"
, "wkt"
(default) or "hex"
- fid
logical. Keep feature ID? Default: FALSE