View source: R/db_direct_insert.R
db_direct_insert | R Documentation |
db_direct_insert
has been designed so a database can be connected to,
data inserted, and then disconnected with a single function call.
db_direct_insert(file, database = NA, table, df, replace = FALSE)
file |
|
database |
The name of the database within |
table |
Table in, or to be created in |
df |
Data frame to be inserted into |
replace |
Should the database table be replaced? Default is |
Invisible.
Stuart K. Grange
db_connect
, db_insert
,
db_direct_read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.