Learn R Programming

CDMConnector (version 2.4.0)

inSchema: Helper for working with compound schema

Description

Helper for working with compound schema

Usage

inSchema(schema, table, dbms = NULL)

Value

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

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)