gpkg_contents: Get 'gpkg_contents' or 'gpkg_ogr_contents' Table

View source: R/gpkg-contents.R

gpkg_contentsR Documentation

Get gpkg_contents or gpkg_ogr_contents Table

Description

These functions provide convenient access to the contents of the standard GeoPackage tables of the same name.

Usage

gpkg_contents(x, create = FALSE)

gpkg_ogr_contents(x)

Arguments

x

A geopackage object, path to a GeoPackage or an SQLiteConnection

create

Create table gpkg_contents if does not exist? Default: “

Value

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.


gpkg documentation built on April 3, 2025, 8:55 p.m.