These functions provide convenient access to the contents of the standard GeoPackage tables of the same name.
gpkg_contents(x, create = FALSE)
gpkg_ogr_contents(x)
A geopackage object, path to a GeoPackage or an SQLiteConnection
Create table gpkg_contents
if does not exist? Default: ``
gpkg_contents()
: a data.frame containing columns table_name
, data_type
, identifier
, description
, last_change
, min_x
, min_y
, max_x
, max_y
, srs_id
gpkg_ogr_contents()
: a data.frame containing columns table_name
and feature_count
.