drop_diseasystore {diseasystore}R Documentation

Drop feature stores from DB

Description

Drop feature stores from DB

Usage

drop_diseasystore(
  pattern = NULL,
  schema = diseasyoption("target_schema"),
  conn = SCDB::get_connection()
)

Arguments

pattern

(character(1))
Pattern to match the tables by

schema

(character(1))
Schema the diseasystore uses to store data in

conn

(DBIConnection)
A database connection

Value

NULL (called for side effects)

Examples


  conn <- SCDB::get_connection(drv = RSQLite::SQLite())

  drop_diseasystore(conn = conn)

  DBI::dbDisconnect(conn)


[Package diseasystore version 0.2.1 Index]