Append a SQL table
append_table.Rd
append_table
appends a dataframe to a SQL table.
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:
create_table()
,
nuke_table()
,
overwrite_table()
,
read_table()
,
survey_table()
,
truncate_table()