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.

Author(s)

Sean Rohan


afsc-gap-products/gapctd documentation built on March 5, 2025, 3:42 a.m.