schema_exists {SCDB} | R Documentation |
Test if a schema exists in given connection
schema_exists(conn, schema)
conn |
( |
schema |
( |
TRUE if the given schema is found on conn
.
conn <- get_connection()
schema_exists(conn, "test")
close_connection(conn)