create_connection: Create an Oracle database connection

Description Usage Arguments Value

View source: R/connections.R

Description

Create an Oracle database connection

Usage

1
create_connection(db_name, config_path = NULL, driver = NULL)

Arguments

db_name

A character string specifying the name of the database

config_path

A character string specifying the file path for the .yml file containing database credentials (optional)

driver

Optional character string specifying the database driver to use (currently supports 'odbc' (default) or 'ROracle'.

Value

A dbconnect object.


moj-analytical-services/oracleConnectR documentation built on March 13, 2021, 5:55 p.m.