View source: R/gpkg-contents.R
| gpkg_contents | R Documentation | 
gpkg_contents or gpkg_ogr_contents TableThese 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)
x | 
 A geopackage object, path to a GeoPackage or an SQLiteConnection  | 
create | 
 Create table   | 
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.