pgListGeom | R Documentation |
List all geometry/(geography) or raster columns available in a PostGIS database.
pgListGeom(conn, geog = TRUE)
pgListRast(conn)
conn |
A PostgreSQL database connection. |
geog |
Logical. For pgListGeom, whether to include PostGIS geography-type columns stored in the database |
If exec = TRUE
, a data frame with schema, table,
geometry/(geography) or raster (for pgListRast) column, and geometry/(geography) type.
David Bucklin david.bucklin@gmail.com
## Not run:
pgListGeom(conn)
pgListRast(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.