Learn R Programming

rpostgis (version 1.0.0)

pgListGeom: List geometries.

Description

List all geometries in a PostGIS database.

Usage

pgListGeom(conn, display = TRUE, exec = TRUE)

Arguments

conn
A PostgreSQL database connection.
display
Logical. Whether to display the query (defaults to TRUE).
exec
Logical. Whether to execute the query (defaults to TRUE).

Value

If exec = TRUE, a data frame with schema, table, geometry column, and geometry type.

Examples

Run this code
## Not run: 
# pgListGeom(conn)
# ## End(Not run)

Run the code above in your browser using DataLab