Description Usage Arguments Value Examples
The data frame must have the same fields than the table (previous name = db_write)
1 | db_append_records(database_info, table_name, table_df)
|
table_name |
Character - Name of the table |
table_df |
Dataframe - Must have the same columns than the database table |
TRUE if successful
1 | db_append_records(db_con, "taxo", taxo_new_records)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.