Description Usage Arguments Examples
The default function db_drop_table in the dplyr package returns an error if the table already exist. This creates a lot of errors in the data manipulation pipe. db_drop_table_ifexist check if the table exist and drop the table if and only if it exist.
1 |
db |
name of the database |
table |
name of the table |
1 2 3 4 | db_drop_table_ifexist(
db = database_signauxfaibles,
table = "table_periods"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.