dbExistsTable {rpostgis} | R Documentation |
Check if a PostgreSQL table/view exists
Description
Check if a PostgreSQL table/view exists
Usage
dbExistsTable(conn, name, table.only = FALSE)
Arguments
conn |
A PostgreSQL connection |
name |
Table/view name string, length 1-2. |
[Package rpostgis version 1.5.1 Index]