Truncate and Append a SQL table - Preserving Structure
overwrite_table.Rd
Truncate and append data to a SQL table without losing SQL identities and without changing the table structure.
Arguments
- .data
Dataframe to append to the SQL table.
- 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()
,
nuke_table()
,
read_table()
,
survey_table()
,
truncate_table()