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
,
dbGetQuery,DBIConnection,character-method
;
dbListFields
; dbListResults
;
dbListTables
; dbReadTable
,
dbWriteTable
; dbRemoveTable
;
dbSendQuery