dbRemoveTable
From DBI v0.3.0
by Hadley Wickham
Remove a table from the database.
Executes the sql DROP TABLE name
.
Usage
dbRemoveTable(conn, name, ...)
Arguments
- conn
- A
object, as produced byDBIConnection dbConnect
. - name
- A character string specifying a DBMS table name.
- ...
- Other parameters passed on to methods.
Value
- a logical vector of length 1 indicating success or failure.
See Also
Other connection methods: dbDisconnect
;
dbExistsTable
;
dbGetException
; dbGetQuery
,
dbGetQuery,DBIConnection,character-method
;
dbListFields
; dbListResults
;
dbListTables
; dbReadTable
,
dbWriteTable
; dbSendQuery
Community examples
Looks like there are no examples yet.