schema_exists: Does a schema exist?

Description Usage Arguments See Also

View source: R/utils-logical.R

Description

Logical that checks if a schema exists in the database. The schema argument is in formatted in all lowercase prior to checking against what is present in the database.

Usage

1
schema_exists(conn, conn_fun, schema)

Arguments

conn

Connection object

schema

The target schema for the operation.

See Also

Other logical functions: db_exists(), field_exists(), table_exists()


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.