Learn R Programming

rquery (version 0.5.0)

rq_remove_table: Remove table

Description

Remove table

Usage

rq_remove_table(db, table_name)

Arguments

db

database connection.

table_name

character, name of table to create.

Value

logical TRUE if table existed, else FALSE

See Also

db_td