View source: R/schema_exists.R
schema_exists | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.