The table is a temporary database and is linked only to the current connection object
1 | to_temp_table(db, tab_name, dat, overwrite = FALSE)
|
db |
a database connection |
tab_name |
character name for the new temporary database table |
dat |
dataframe to send to the temporary database table |
overwrite |
logical if a table already exists with the same name should it be dropped? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.