gpkg_list_tables {gpkg} | R Documentation |
List Tables in a GeoPackage
Description
List Tables in a GeoPackage
Usage
gpkg_list_tables(x)
Arguments
x |
A geopackage object, path to a GeoPackage or an SQLiteConnection |
Value
a character vector with names of all tables and views in the database
[Package gpkg version 0.0.8 Index]