cdr_id: A drop-in replacement for 'DBI::Id()', but with ordered...

View source: R/cdr_id.R

cdr_idR Documentation

A drop-in replacement for DBI::Id(), but with ordered output

Description

A drop-in replacement for DBI::Id(), but with ordered output

Usage

cdr_id(...)

Arguments

...

DB table index parameters, i.e. strings with with labels table, schema, catalog, cluster, database

Value

equivalent DBI::Id() object

Examples

cdr_id(table = 'my_table', schema = 'a_schema', some_new_spec = 'in_case_you_need_it')
cdr_id(table = 'table_last', schema = 'schema_3rd', cluster = 'clus_1st', catalog = 'cat_2nd')


eauleaf/crudr documentation built on Jan. 29, 2024, 4:39 p.m.