dbExistsTable {DBI} | R Documentation |
Does a table exist?
dbExistsTable(conn, name, ...)
conn |
A |
name |
A character string specifying a DBMS table name. |
... |
Other parameters passed on to methods. |
a logical vector of length 1.
Other connection methods: dbDisconnect
,
dbGetException
, dbGetQuery
,
dbListFields
, dbListResults
,
dbListTables
, dbReadTable
,
dbRemoveTable
, dbSendQuery