View source: R/drop_diseasystore.R
drop_diseasystore | R Documentation |
Drop feature stores from DB
drop_diseasystore(
pattern = NULL,
schema = diseasyoption("target_schema", namespace = "diseasystore"),
conn = SCDB::get_connection()
)
pattern |
( |
schema |
( |
conn |
( |
NULL
(called for side effects)
conn <- SCDB::get_connection(drv = RSQLite::SQLite())
drop_diseasystore(conn = conn)
DBI::dbDisconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.