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)
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
.