Description Usage Arguments See Also
The sql generation uses the function 'sqlDropTable()' another S4 generic defined in this package. Default sql generation is appropriate for MariaDB and MySQL.
1 | dbDropTable(con, name, ...)
|
con |
a DBConnection oject |
name |
a character string specifying the name of an existing DBMS table |
primary_key |
a character vector of column names which will form the primary key To specify a composite Primary Key for the 'symbol' and 'date' columns use primary_key = c("symbol","date" ) For a table with a Primary Key defined, each records must have a unqiue primary key. Attempts to 'INSERT' records with a duplicate Primary Key to an existing record in the DB will cause an ERROR |
Other DBIConnection generics: dbAddIndex
,
dbAddPrimaryKey
,
dbDeleteAllRecords
,
dbReplaceInTable
,
dbUpdateTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.