inSchema: Helper for working with compound schemas

View source: R/utils.R

inSchemaR Documentation

Helper for working with compound schemas

Description

This is similar to dbplyr::in_schema but has been tested across multiple database platforms. It only exists to work around some of the limitations of dbplyr::in_schema.

Usage

inSchema(schema, table, dbms = NULL)

Arguments

schema

A schema name as a character string

table

A table name as character string

dbms

The name of the database management system as returned by dbms(connection)

Value

A DBI::Id that represents a qualified table and schema


CDMConnector documentation built on April 4, 2025, 4:42 a.m.