get_connected: Create a database connection using RODBC

View source: R/utils.R

get_connectedR Documentation

Create a database connection using RODBC

Description

A function that accepts a data source name, username, and password to establish returns an Oracle DataBase Connection (ODBC) as an RODBC class in R.

Usage

get_connected(schema = NA)

Arguments

schema

Data source name (DSN) as a character vector.

Value

An RODBC class ODBC connection.


afsc-gap-products/coldpool documentation built on Feb. 25, 2024, 9:44 p.m.