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


sean-rohan-NOAA/gapctd documentation built on March 1, 2025, 9:27 a.m.