gpkg_read {gpkg} | R Documentation |
Read data from a GeoPackage
Description
Experimental: This function is being evaluated for its scope compared to other more general functions that perform similar operations (i.e. gpkg_tables()
).
Usage
gpkg_read(x, connect = FALSE, quiet = TRUE)
Arguments
x |
Path to GeoPackage |
connect |
Connect to database and store connection in result? Default: |
quiet |
Hide printing of gdalinfo description to stdout. Default: |
Value
A geopackage object (list containing tables, grids and vector data)
[Package gpkg version 0.0.8 Index]