View source: R/helper_database.R
update_table | R Documentation |
Helper function to include a data.frame in the database and update the log
update_table(con, table, source, tablename)
con |
DBI connection |
table |
the data.frame to be included in the database |
source |
a manual comment to identify the source of the table |
tablename |
if present, the data frame will be saved with this name. |
the result from DBI
otherwise the name of the data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.