Save a table to a database
1 | save_table(conn, df, tablename, replace_tbl = F)
|
conn |
connection to database |
df |
df to save |
tablename |
character string to name the table in database |
replace_tbl |
boolean to replace or append to the database table named tablename |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.