gpkg_list_contents {gpkg}R Documentation

List Tables Registered in a GeoPackage gpkg_contents

Description

Get a vector of grid, feature and attribute table names registered in GeoPackage.

Usage

gpkg_list_contents(x, ogr = FALSE)

Arguments

x

A geopackage object, path to a GeoPackage or an SQLiteConnection

ogr

Intersect gpkg_contents table name result with OGR tables that are listed in gpkg_ogr_contents? Default: FALSE

Value

character. Vector of grid, feature and attribute table names registered in GeoPackage.

See Also

gpkg_contents() gpkg_list_tables()


[Package gpkg version 0.0.8 Index]