Check whether a schema exists for the current dialect
Source:R/Dialect-mysql.R, R/Dialect-postgres.R, R/Dialect.R, and 1 more
check_schema_exists.RdDialects that do not implement schemas should return TRUE.
Usage
check_schema_exists.mysql(x, .schema)
check_schema_exists.postgres(x, .schema)
check_schema_exists(x, .schema)
check_schema_exists.default(x, .schema)
check_schema_exists.sqlite(x, .schema)