Drop a SQL Table
nuke_table.Rd
Drop a SQL Table
Arguments
- conn
A DBIConnection object, as returned by
DBI::dbConnect()
.- database
Name of database or catalog.
- schema
Name of schema.
- table
Name of table.
See also
Other basics:
append_table()
,
create_table()
,
overwrite_table()
,
read_table()
,
survey_table()
,
truncate_table()